summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Correa Gómez <ablocorrea@hotmail.com>2022-02-14 20:05:01 +0100
committerRobert Ancell <robert.ancell@gmail.com>2022-05-10 04:37:42 +0000
commit92ee00e39b86e2050cbfca08c64e2b92a60197e6 (patch)
tree985176ae61f660c283db7507e16b887e46058bbc
parent42cb548115f92679752bca035544e7a91995bcdd (diff)
downloadgnome-control-center-92ee00e39b86e2050cbfca08c64e2b92a60197e6.tar.gz
display: Wrap Night Light GtkInfoBar label to fit in narrower screens
-rw-r--r--panels/display/cc-night-light-page.ui2
1 files changed, 2 insertions, 0 deletions
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>