[gnome-chess] Preferences: move "opposing player" to the top



commit d81bebf5ca9bb7633940fed08f8db6ad17436f3a
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Tue Jul 9 09:15:06 2013 -0500

    Preferences: move "opposing player" to the top
    
    With "opposing player" above both "play all" and "difficulty," we can
    set these options insensitive when two humans are playing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703839

 data/preferences.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index 8001785..4432970 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -239,6 +239,8 @@
                     <property name="label" translatable="yes" comments="Preferences Dialog: Label before 
player side (white/black) combo box">Play as:</property>
                   </object>
                   <packing>
+                    <property name="top_attach">1</property>
+                    <property name="bottom_attach">2</property>
                     <property name="x_options">GTK_FILL</property>
                     <property name="y_options"/>
                   </packing>
@@ -251,8 +253,6 @@
                     <property name="label" translatable="yes" comments="Preferences Dialog: Label before 
opposing player combo box">Opposing player:</property>
                   </object>
                   <packing>
-                    <property name="top_attach">1</property>
-                    <property name="bottom_attach">2</property>
                     <property name="x_options">GTK_FILL</property>
                     <property name="y_options"/>
                   </packing>
@@ -287,6 +287,8 @@
                   <packing>
                     <property name="left_attach">1</property>
                     <property name="right_attach">2</property>
+                    <property name="top_attach">1</property>
+                    <property name="bottom_attach">2</property>
                     <property name="y_options">GTK_FILL</property>
                   </packing>
                 </child>
@@ -306,8 +308,6 @@
                   <packing>
                     <property name="left_attach">1</property>
                     <property name="right_attach">2</property>
-                    <property name="top_attach">1</property>
-                    <property name="bottom_attach">2</property>
                     <property name="x_options">GTK_FILL</property>
                     <property name="y_options">GTK_FILL</property>
                   </packing>


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