[Xfce4-commits] <xfce4-weather-plugin:master> Align scrollbox text horizontally.

Harald Judt noreply at xfce.org
Tue Nov 27 16:46:36 CET 2012


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

commit fc9c45857d9815c7548201f30029e11833e1f067
Author: Harald Judt <h.judt at gmx.at>
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),


More information about the Xfce4-commits mailing list