summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-29 00:01:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-29 00:01:49 -0500
commit6bf9d130419a446cd716e5bc1f4a214c489e3475 (patch)
treeea2ad88dd90926315704b6763b614d8faf7c57c7
parent380ca9bc56ce69c41019dfd93dc9677d15a9d1e2 (diff)
downloadgtk+-6bf9d130419a446cd716e5bc1f4a214c489e3475.tar.gz
GtkModelMenuItem: put some space between icon and label
This makes the bloatpad icons menu look slightly less odd.
-rw-r--r--gtk/gtkmodelmenuitem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodelmenuitem.c b/gtk/gtkmodelmenuitem.c
index d27248b253..dff3503b4f 100644
--- a/gtk/gtkmodelmenuitem.c
+++ b/gtk/gtkmodelmenuitem.c
@@ -174,7 +174,7 @@ gtk_model_menu_item_set_icon (GtkModelMenuItem *item,
if (icon == NULL)
return;
- box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
/* Reparent the child without destroying it */
g_object_ref (child);