[Xfce4-commits] <midori:master> Prevent the panel buttons from shrinking below minimum width
Christian Dywan
noreply at xfce.org
Mon Jan 25 21:44:03 CET 2010
Updating branch refs/heads/master
to 3bcd5700e1c9daac689526e018bfcff083823130 (commit)
from 36becf34c8ed92edf808aad8ad556064bd558dfb (commit)
commit 3bcd5700e1c9daac689526e018bfcff083823130
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jan 25 21:42:40 2010 +0100
Prevent the panel buttons from shrinking below minimum width
midori/midori-panel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-panel.c b/midori/midori-panel.c
index 1bb844d..3a27acc 100644
--- a/midori/midori-panel.c
+++ b/midori/midori-panel.c
@@ -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);
More information about the Xfce4-commits
mailing list