[metacity] resize-popup: set a bigger margin
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] resize-popup: set a bigger margin
- Date: Wed, 7 Jan 2015 11:43:20 +0000 (UTC)
commit 515c5cc1926e33863c421549085129fa56e49d93
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Tue Dec 30 18:01:42 2014 +0200
resize-popup: set a bigger margin
Follow mutter and set bigger margin...
src/ui/resizepopup.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ui/resizepopup.c b/src/ui/resizepopup.c
index a8b27e8..bc929e6 100644
--- a/src/ui/resizepopup.c
+++ b/src/ui/resizepopup.c
@@ -83,10 +83,10 @@ ensure_size_window (MetaResizePopup *popup)
popup->size_label = gtk_label_new ("");
- gtk_widget_set_margin_start (popup->size_label, 3);
- gtk_widget_set_margin_end (popup->size_label, 3);
- gtk_widget_set_margin_top (popup->size_label, 3);
- gtk_widget_set_margin_bottom (popup->size_label, 3);
+ gtk_widget_set_margin_start (popup->size_label, 6);
+ gtk_widget_set_margin_end (popup->size_label, 6);
+ gtk_widget_set_margin_top (popup->size_label, 6);
+ gtk_widget_set_margin_bottom (popup->size_label, 6);
gtk_container_add (GTK_CONTAINER (popup->size_window),
popup->size_label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]