GtkModelMenuItem: put some space between icon and label
This makes the bloatpad icons menu look slightly less odd.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user