[gnome-control-center] wacom: fix packing for the left handed switch section



commit 87297edb39b3d96a86f48a6ca14f5315c7dfb965
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Nov 28 15:03:51 2011 -0500

    wacom: fix packing for the left handed switch section
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665079

 panels/wacom/gnome-wacom-properties.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/wacom/gnome-wacom-properties.ui b/panels/wacom/gnome-wacom-properties.ui
index 677ba10..ecfdda4 100644
--- a/panels/wacom/gnome-wacom-properties.ui
+++ b/panels/wacom/gnome-wacom-properties.ui
@@ -316,9 +316,9 @@
                     </style>
                   </object>
                   <packing>
-                    <property name="left_attach">3</property>
+                    <property name="left_attach">2</property>
                     <property name="top_attach">3</property>
-                    <property name="width">2</property>
+                    <property name="width">1</property>
                     <property name="height">1</property>
                   </packing>
                 </child>
@@ -326,7 +326,7 @@
                   <object class="GtkSwitch" id="switch-left-handed">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="halign">end</property>
+                    <property name="halign">start</property>
                     <property name="valign">center</property>
                     <property name="use_action_appearance">False</property>
                   </object>



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