[gnome-chess] Fix whitespace in the UI file



commit 436f0522ba0d277d5a2727f90b5c74f1c093f4bb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Feb 4 12:41:07 2014 -0600

    Fix whitespace in the UI file

 data/gnome-chess.ui |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/gnome-chess.ui b/data/gnome-chess.ui
index df75db5..6eae827 100644
--- a/data/gnome-chess.ui
+++ b/data/gnome-chess.ui
@@ -22,20 +22,20 @@
         <property name="show_close_button">True</property>
         <property name="title" translatable="yes">Chess</property>
         <child>
-              <object class="GtkMenuButton" id="gear_button">
+          <object class="GtkMenuButton" id="gear_button">
+            <property name="visible">True</property>
+            <property name="valign">center</property>
+            <style>
+              <class name="image-button"/>
+            </style>
+            <child>
+              <object class="GtkImage" id="gear_image">
                 <property name="visible">True</property>
-                <property name="valign">center</property>
-                <style>
-                  <class name="image-button"/>
-                </style>
-                <child>
-                  <object class="GtkImage" id="gear_image">
-                    <property name="visible">True</property>
-                    <property name="icon_size">1</property>
-                    <property name="icon_name">emblem-system-symbolic</property>
-                  </object>
-                </child>
+                <property name="icon_size">1</property>
+                <property name="icon_name">emblem-system-symbolic</property>
               </object>
+            </child>
+          </object>
           <packing>
             <property name="pack_type">end</property>
           </packing>


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