[gnome-control-center] privacy: Align location services label with switch



commit 563155b63fdb6eed5fe62fbe9de2d20e1a542ef2
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Aug 23 17:45:49 2016 +0200

    privacy: Align location services label with switch
    
    The GtkSwitch was using 2 grid rows for no reason which made the label
    not align with it vertically.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769426

 panels/privacy/privacy.ui |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 42d0a12..9e47f98 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -801,7 +801,6 @@ All the information we collect is made anonymous, and we will never share your d
                             <property name="can_focus">False</property>
                             <property name="hexpand">True</property>
                             <property name="xalign">0</property>
-                            <property name="valign">center</property>
                             <property name="label" translatable="yes">_Location Services</property>
                             <property name="use_underline">True</property>
                           </object>
@@ -818,13 +817,12 @@ All the information we collect is made anonymous, and we will never share your d
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="halign">end</property>
-                            <property name="valign">center</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
                             <property name="top_attach">0</property>
                             <property name="width">1</property>
-                            <property name="height">2</property>
+                            <property name="height">1</property>
                           </packing>
                         </child>
                       </object>


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