[Xfce4-commits] r26137 - xfce4-panel/trunk/panel
Nick Schermer
nick at xfce.org
Wed Oct 17 10:51:27 CEST 2007
Author: nick
Date: 2007-10-17 08:51:27 +0000 (Wed, 17 Oct 2007)
New Revision: 26137
Modified:
xfce4-panel/trunk/panel/panel-properties.c
Log:
* update itembar size request after the orientation changed
Modified: xfce4-panel/trunk/panel/panel-properties.c
===================================================================
--- xfce4-panel/trunk/panel/panel-properties.c 2007-10-16 20:06:10 UTC (rev 26136)
+++ xfce4-panel/trunk/panel/panel-properties.c 2007-10-17 08:51:27 UTC (rev 26137)
@@ -1460,6 +1460,9 @@
{
panel_set_full_width (panel, full_width);
}
+
+ /* update itembar size request */
+ panel_set_size (panel, priv->size);
gtk_widget_queue_resize (GTK_WIDGET (panel));
More information about the Xfce4-commits
mailing list