[gnome-clocks/bilelmoussaoui/timer-fixes] stopwatch: reduce max column width



commit 2480d7d21bd4be927221492c2d2101ca62c5e580
Author: Tobias Bernard <tbernard gnome org>
Date:   Sat Feb 1 18:31:11 2020 +0100

    stopwatch: reduce max column width

 data/ui/stopwatch.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/stopwatch.ui b/data/ui/stopwatch.ui
index 38a1eaf..e6a1049 100644
--- a/data/ui/stopwatch.ui
+++ b/data/ui/stopwatch.ui
@@ -11,7 +11,7 @@
       <object class="HdyColumn">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="maximum_width">600</property>
+        <property name="maximum_width">380</property>
         <property name="linear_growth_width">600</property>
         <child>
           <object class="GtkBox">
@@ -24,6 +24,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="halign">center</property>
+                <property name="margin_bottom">18</property>
                 <child>
                   <object class="GtkLabel" id="hours_label">
                     <property name="visible">True</property>


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