wacom: Swap nav button and label for tablet

https://bugzilla.gnome.org/show_bug.cgi?id=668881
This commit is contained in:
Bastien Nocera 2012-02-23 12:10:54 +01:00
parent 485ea263c5
commit 338fd409ee
2 changed files with 3 additions and 3 deletions

View file

@ -769,7 +769,7 @@ cc_wacom_page_init (CcWacomPage *self)
priv->nav = cc_wacom_nav_button_new (); priv->nav = cc_wacom_nav_button_new ();
gtk_widget_set_halign (priv->nav, GTK_ALIGN_END); gtk_widget_set_halign (priv->nav, GTK_ALIGN_END);
gtk_widget_set_margin_right (priv->nav, 10); 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 static void

View file

@ -178,9 +178,9 @@
</attributes> </attributes>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">0</property>
<property name="top_attach">0</property> <property name="top_attach">0</property>
<property name="width">1</property> <property name="width">2</property>
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
</child> </child>