[gnome-control-center] wacom: Swap nav button and label for tablet



commit 338fd409ee2a06ae31166e7e25c38d970969278f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 23 12:10:54 2012 +0100

    wacom: Swap nav button and label for tablet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668881

 panels/wacom/cc-wacom-page.c           |    2 +-
 panels/wacom/gnome-wacom-properties.ui |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-page.c b/panels/wacom/cc-wacom-page.c
index f8f314d..4cd5307 100644
--- a/panels/wacom/cc-wacom-page.c
+++ b/panels/wacom/cc-wacom-page.c
@@ -769,7 +769,7 @@ cc_wacom_page_init (CcWacomPage *self)
 	priv->nav = cc_wacom_nav_button_new ();
         gtk_widget_set_halign (priv->nav, GTK_ALIGN_END);
         gtk_widget_set_margin_right (priv->nav, 10);
-	gtk_grid_attach (GTK_GRID (box), priv->nav, 0, 0, 1, 1);
+	gtk_grid_attach (GTK_GRID (box), priv->nav, 1, 0, 1, 1);
 }
 
 static void
diff --git a/panels/wacom/gnome-wacom-properties.ui b/panels/wacom/gnome-wacom-properties.ui
index 5792f33..9b4b16b 100644
--- a/panels/wacom/gnome-wacom-properties.ui
+++ b/panels/wacom/gnome-wacom-properties.ui
@@ -178,9 +178,9 @@
                     </attributes>
                   </object>
                   <packing>
-                    <property name="left_attach">1</property>
+                    <property name="left_attach">0</property>
                     <property name="top_attach">0</property>
-                    <property name="width">1</property>
+                    <property name="width">2</property>
                     <property name="height">1</property>
                   </packing>
                 </child>



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