]> spindle.queued.net Git - midori/commitdiff
Always use Icons only for panel toolbar
authorChristian Dywan <christian@twotoasts.de>
Sun, 21 Feb 2010 17:03:27 +0000 (18:03 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 21 Feb 2010 17:03:27 +0000 (18:03 +0100)
midori/midori-panel.c

index 3a27acc501d71f53c1999f83c4612f0b54fc6b05..1698bef539b2c70be9064330e4c8022fbfda3eb3 100644 (file)
@@ -405,6 +405,7 @@ midori_panel_init (MidoriPanel* panel)
 
     /* Create the sidebar */
     panel->toolbar = gtk_toolbar_new ();
+    gtk_toolbar_set_style (GTK_TOOLBAR (panel->toolbar), GTK_TOOLBAR_ICONS);
     gtk_toolbar_set_icon_size (GTK_TOOLBAR (panel->toolbar), GTK_ICON_SIZE_BUTTON);
     gtk_toolbar_set_show_arrow (GTK_TOOLBAR (panel->toolbar), FALSE);
     gtk_widget_show_all (panel->toolbar);