[gnome-control-center] bluetooth: Fix stretched header bar switch



commit ff8a214c5f793419b5b8fae47043fabd10dee202
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Fri Jul 19 16:29:18 2013 +0300

    bluetooth: Fix stretched header bar switch
    
    and add padding of 4px
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703974

 panels/bluetooth/bluetooth.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/bluetooth/bluetooth.ui b/panels/bluetooth/bluetooth.ui
index 73adb9f..d172a40 100644
--- a/panels/bluetooth/bluetooth.ui
+++ b/panels/bluetooth/bluetooth.ui
@@ -8,6 +8,7 @@
       <object class="GtkSwitch" id="switch_bluetooth">
         <property name="visible">True</property>
         <property name="can_focus">True</property>
+        <property name="valign">center</property>
         <property name="use_action_appearance">False</property>
       </object>
       <packing>
@@ -15,6 +16,7 @@
         <property name="fill">True</property>
         <property name="pack_type">end</property>
         <property name="position">2</property>
+        <property name="padding">4</property>
       </packing>
     </child>
   </object>


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