summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-29 00:01:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-12-11 09:16:43 -0500
commit7e21425228939c4b714ef8f2ded1e2aed7a7d35e (patch)
tree6b398e61ecc52c03ab307d2ab0887a86ec6bf1bd
parente65112aaefa2de2fdd2f503e0381bc82b5c72b7e (diff)
downloadgtk+-7e21425228939c4b714ef8f2ded1e2aed7a7d35e.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);