[gnome-control-center] wacom: Swap nav button and label for stylus
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] wacom: Swap nav button and label for stylus
- Date: Mon, 27 Feb 2012 16:52:39 +0000 (UTC)
commit 606fee32ff829028fe2354c0206a75f32d98c4bf
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 23 12:12:31 2012 +0100
wacom: Swap nav button and label for stylus
https://bugzilla.gnome.org/show_bug.cgi?id=668881
panels/wacom/cc-wacom-stylus-page.c | 2 +-
panels/wacom/wacom-stylus-page.ui | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-stylus-page.c b/panels/wacom/cc-wacom-stylus-page.c
index 11c48e3..0668119 100644
--- a/panels/wacom/cc-wacom-stylus-page.c
+++ b/panels/wacom/cc-wacom-stylus-page.c
@@ -330,7 +330,7 @@ cc_wacom_stylus_page_init (CcWacomStylusPage *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/wacom-stylus-page.ui b/panels/wacom/wacom-stylus-page.ui
index ae9821b..98eaf84 100644
--- a/panels/wacom/wacom-stylus-page.ui
+++ b/panels/wacom/wacom-stylus-page.ui
@@ -78,9 +78,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]