[gnome-control-center] display: Wrap Night Light GtkInfoBar label to fit in narrower screens



commit 92ee00e39b86e2050cbfca08c64e2b92a60197e6
Author: Pablo Correa Gómez <ablocorrea hotmail com>
Date:   Mon Feb 14 20:05:01 2022 +0100

    display: Wrap Night Light GtkInfoBar label to fit in narrower screens

 panels/display/cc-night-light-page.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/panels/display/cc-night-light-page.ui b/panels/display/cc-night-light-page.ui
index 3ce3409a7..5392cbeee 100644
--- a/panels/display/cc-night-light-page.ui
+++ b/panels/display/cc-night-light-page.ui
@@ -18,6 +18,7 @@
                     <property name="halign">start</property>
                     <property name="margin-start">12</property>
                     <property name="hexpand">False</property>
+                    <property name="wrap">True</property>
                     <property name="label" translatable="yes" comments="Inhibit the redshift functionality 
until the next day starts">Temporarily Disabled Until Tomorrow</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
@@ -36,6 +37,7 @@
                 <property name="name">button_undisable</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
+                <property name="valign">GTK_ALIGN_CENTER</property>
                 <signal name="clicked" handler="dialog_undisable_clicked_cb" object="CcNightLightPage" 
swapped="no" />
               </object>
             </child>


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