diff options
Diffstat (limited to 'shell/e-sidebar.c')
-rw-r--r-- | shell/e-sidebar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-sidebar.c b/shell/e-sidebar.c index ce0a29325f..ca94de9a9a 100644 --- a/shell/e-sidebar.c +++ b/shell/e-sidebar.c @@ -409,6 +409,7 @@ e_sidebar_add_button (ESidebar *sidebar, g_signal_connect (button_widget, "toggled", G_CALLBACK (button_toggled_callback), sidebar); hbox = gtk_hbox_new (FALSE, 3); + gtk_container_set_border_width (GTK_CONTAINER (hbox), 2); icon_widget = gtk_image_new_from_pixbuf (icon); label_widget = gtk_label_new (label); gtk_box_pack_start (GTK_BOX (hbox), icon_widget, FALSE, TRUE, 0); |