[gitg] Minor fixes in ui file



commit afacb510d30c2d7d58bc42edfb9d2c2a9ff9e4f9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Oct 18 19:40:37 2012 +0200

    Minor fixes in ui file

 gitg/resources/ui/gitg-window.ui |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index d37fbdb..0651c34 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -2,6 +2,12 @@
 <interface>
   <!-- interface-requires gtk+ 3.3 -->
   <!-- interface-requires gitg 0.0 -->
+  <object class="GtkImage" id="image_config">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixel_size">16</property>
+    <property name="icon_name">emblem-system-symbolic</property>
+  </object>
   <object class="GitgWindow" id="window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">gitg</property>
@@ -24,7 +30,6 @@
             </style>
             <child>
               <object class="GtkToolItem" id="toolbutton1">
-                <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <style>
@@ -55,7 +60,6 @@
             </child>
             <child>
               <object class="GtkToolItem" id="toolbutton2">
-                <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <child>
@@ -94,7 +98,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <style>
-                   <class name="sidebar"/>
+                  <class name="sidebar"/>
                 </style>
                 <child>
                   <object class="GtkGrid" id="grid_navigation">
@@ -232,10 +236,4 @@
       </object>
     </child>
   </object>
-  <object class="GtkImage" id="image_config">
-    <property name="visible">True</property>
-    <property name="can_focus">False</property>
-    <property name="icon_name">emblem-system-symbolic</property>
-    <property name="pixel-size">16</property>
-  </object>
 </interface>



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