[gnome-clocks] alarm: Wrap the time when ringing



commit 8e3102405fc917b219572792fd405e809357c83d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Jan 13 18:43:54 2020 +0100

    alarm: Wrap the time when ringing
    
    This will let the AM/PM mention flow to a second line, letting the
    window reach narrower widths.

 data/ui/alarmringing.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/ui/alarmringing.ui b/data/ui/alarmringing.ui
index 147d770..bf44229 100644
--- a/data/ui/alarmringing.ui
+++ b/data/ui/alarmringing.ui
@@ -18,6 +18,8 @@
         <property name="can_focus">False</property>
         <property name="halign">center</property>
         <property name="valign">center</property>
+        <property name="justify">center</property>
+        <property name="wrap">True</property>
         <style>
           <class name="clocks-ringing-label"/>
         </style>


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