aboutsummaryrefslogtreecommitdiff
path: root/src/ido-menu-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ido-menu-item.c')
-rw-r--r--src/ido-menu-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ido-menu-item.c b/src/ido-menu-item.c
index 306d846..9700b1a 100644
--- a/src/ido-menu-item.c
+++ b/src/ido-menu-item.c
@@ -51,6 +51,7 @@ ido_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 (""));