GtkModelMenuItem: put some space between icon and label

This makes the bloatpad icons menu look slightly less odd.
This commit is contained in:
Matthias Clasen
2014-11-29 00:01:49 -05:00
parent 380ca9bc56
commit 6bf9d13041

View File

@ -174,7 +174,7 @@ gtk_model_menu_item_set_icon (GtkModelMenuItem *item,
if (icon == NULL) if (icon == NULL)
return; return;
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
/* Reparent the child without destroying it */ /* Reparent the child without destroying it */
g_object_ref (child); g_object_ref (child);