[gnome-chess] Move widgets around in preferences.ui



commit f09cb157f445b281eaaa8f80a956eec70d57e5fd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jul 6 13:42:46 2014 -0500

    Move widgets around in preferences.ui
    
    Don't change the dialog at all, just move these to more sane positions
    within the file.

 data/preferences.ui |   72 +++++++++++++++++++++++++-------------------------
 1 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index 1ae9227..3a29fbb 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -491,6 +491,21 @@
                   </packing>
                 </child>
                 <child>
+                  <object class="GtkLabel" id="piece_style_label">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="halign">start</property>
+                    <property name="label" translatable="yes" comments="Preferences Dialog: Label before 
piece style combo box">_Piece style:</property>
+                    <property name="use_underline">True</property>
+                    <property name="mnemonic_widget">piece_style_combo</property>
+                  </object>
+                  <packing>
+                    <property name="top_attach">2</property>
+                    <property name="bottom_attach">3</property>
+                    <property name="x_options">GTK_FILL</property>
+                  </packing>
+                </child>
+                <child>
                   <object class="GtkComboBox" id="orientation_combo">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
@@ -532,6 +547,27 @@
                   </packing>
                 </child>
                 <child>
+                  <object class="GtkComboBox" id="piece_style_combo">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="model">piece_style_model</property>
+                    <signal name="changed" handler="piece_style_combo_changed_cb" swapped="no"/>
+                    <child>
+                      <object class="GtkCellRendererText" id="piece_style_cellrenderer"/>
+                      <attributes>
+                        <attribute name="text">0</attribute>
+                      </attributes>
+                    </child>
+                  </object>
+                  <packing>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
+                    <property name="top_attach">2</property>
+                    <property name="bottom_attach">3</property>
+                    <property name="x_options">GTK_FILL</property>
+                  </packing>
+                </child>
+                <child>
                   <object class="GtkBox" id="view_box">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
@@ -573,42 +609,6 @@
                     <property name="bottom_attach">4</property>
                   </packing>
                 </child>
-                <child>
-                  <object class="GtkComboBox" id="piece_style_combo">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="model">piece_style_model</property>
-                    <signal name="changed" handler="piece_style_combo_changed_cb" swapped="no"/>
-                    <child>
-                      <object class="GtkCellRendererText" id="piece_style_cellrenderer"/>
-                      <attributes>
-                        <attribute name="text">0</attribute>
-                      </attributes>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="left_attach">1</property>
-                    <property name="right_attach">2</property>
-                    <property name="top_attach">2</property>
-                    <property name="bottom_attach">3</property>
-                    <property name="x_options">GTK_FILL</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkLabel" id="piece_style_label">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="halign">start</property>
-                    <property name="label" translatable="yes" comments="Preferences Dialog: Label before 
piece style combo box">_Piece style:</property>
-                    <property name="use_underline">True</property>
-                    <property name="mnemonic_widget">piece_style_combo</property>
-                  </object>
-                  <packing>
-                    <property name="top_attach">2</property>
-                    <property name="bottom_attach">3</property>
-                    <property name="x_options">GTK_FILL</property>
-                  </packing>
-                </child>
               </object>
               <packing>
                 <property name="position">1</property>


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