Updating branch refs/heads/master
         to fc9c45857d9815c7548201f30029e11833e1f067 (commit)
       from b4652feca2bf4a6791f40ecdf977772cbd7a4016 (commit)

commit fc9c45857d9815c7548201f30029e11833e1f067
Author: Harald Judt <[email protected]>
Date:   Mon Nov 26 16:36:03 2012 +0100

    Align scrollbox text horizontally.

 panel-plugin/weather.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 9cff3a6..6951d6d 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1016,9 +1016,9 @@ xfceweather_create_control(XfcePanelPlugin *plugin)
     gtk_box_pack_start(GTK_BOX(data->top_hbox),
                        data->iconimage, TRUE, FALSE, 0);
     gtk_box_pack_start(GTK_BOX(data->vbox_center_scrollbox),
-                       data->scrollbox, TRUE, FALSE, 0);
+                       data->scrollbox, TRUE, TRUE, 0);
     gtk_box_pack_start(GTK_BOX(data->top_hbox),
-                       data->vbox_center_scrollbox, TRUE, FALSE, 0);
+                       data->vbox_center_scrollbox, TRUE, TRUE, 0);
 
     data->top_vbox = gtk_vbox_new(FALSE, 0);
     gtk_box_pack_start(GTK_BOX(data->top_vbox),
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to