[gnome-weather] Align hourly chart to the left of the window



commit 5e1979289b018653881e2e55862997f7a52bac6b
Author: Vitaly Dyachkov <obyknovenius me com>
Date:   Mon Aug 24 17:22:31 2020 +0200

    Align hourly chart to the left of the window

 data/weather-widget.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/weather-widget.ui b/data/weather-widget.ui
index 3b8b437..85dbb29 100644
--- a/data/weather-widget.ui
+++ b/data/weather-widget.ui
@@ -43,7 +43,7 @@
                               <object class="GtkAlignment" id="forecast-hourly-alignment">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="halign">center</property>
+                                <property name="halign">start</property>
                                 <property name="left_padding">20</property>
                                 <property name="right_padding">20</property>
                                 <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]