]> spindle.queued.net Git - midori/commitdiff
Prevent the panel buttons from shrinking below minimum width
authorChristian Dywan <christian@twotoasts.de>
Mon, 25 Jan 2010 20:42:40 +0000 (21:42 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 25 Jan 2010 20:44:26 +0000 (21:44 +0100)
midori/midori-panel.c

index 1bb844d17331b0fc23155dfc2f3ebb2b2b27320b..3a27acc501d71f53c1999f83c4612f0b54fc6b05 100644 (file)
@@ -406,6 +406,7 @@ midori_panel_init (MidoriPanel* panel)
     /* Create the sidebar */
     panel->toolbar = gtk_toolbar_new ();
     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);
     vbox = gtk_vbox_new (FALSE, 0);
     gtk_box_pack_start (GTK_BOX (panel), vbox, TRUE, TRUE, 0);