aboutsummaryrefslogtreecommitdiff
path: root/src/im-app-menu-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-app-menu-item.c')
-rw-r--r--src/im-app-menu-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-app-menu-item.c b/src/im-app-menu-item.c
index eddf562..a204631 100644
--- a/src/im-app-menu-item.c
+++ b/src/im-app-menu-item.c
@@ -48,6 +48,7 @@ im_app_menu_item_constructed (GObject *object)
GtkWidget *grid;
priv->icon = g_object_ref (gtk_image_new ());
+ gtk_widget_set_margin_right (priv->icon, 6);
priv->label = g_object_ref (gtk_label_new (""));