[gnome-control-center/nightlight-infobar-ui-tweaks: 2/3] display: Tweak Night Light unavailable infobar layout




commit 89b7a106c04970e5834e8a1b934c1fe4c0c0f3e4
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Aug 17 10:38:08 2022 +0200

    display: Tweak Night Light unavailable infobar layout
    
    See #2020

 panels/display/cc-night-light-page.ui | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/panels/display/cc-night-light-page.ui b/panels/display/cc-night-light-page.ui
index 41dc9276d..e2548b4f1 100644
--- a/panels/display/cc-night-light-page.ui
+++ b/panels/display/cc-night-light-page.ui
@@ -13,11 +13,14 @@
               <object class="GtkBox">
                 <property name="orientation">vertical</property>
                 <property name="hexpand">True</property>
-                <property name="spacing">16</property>
+                <property name="margin-top">10</property>
+                <property name="margin-bottom">10</property>
+                <property name="margin-start">10</property>
+                <property name="margin-end">10</property>
+                <property name="spacing">10</property>
                 <child>
                   <object class="GtkLabel">
                     <property name="halign">start</property>
-                    <property name="margin-start">6</property>
                     <property name="hexpand">False</property>
                     <property name="label" translatable="yes">Night Light Unavailable</property>
                     <attributes>
@@ -28,7 +31,6 @@
                 <child>
                   <object class="GtkLabel">
                     <property name="halign">start</property>
-                    <property name="margin-start">6</property>
                     <property name="hexpand">False</property>
                     <property name="label" translatable="yes">This could be the result of the graphics 
driver being used, or the desktop being used remotely</property>
                   </object>


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