[empathy: 1/5] search-bar: move close button to RHS



commit 78265c9fd2f7526876c1418b80dda44d96f6c644
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Mon Aug 22 16:25:02 2011 +0100

    search-bar: move close button to RHS
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 libempathy-gtk/empathy-search-bar.ui |   33 +++++++++++++++++++++------------
 1 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui
index 7d42594..0cb9f3c 100644
--- a/libempathy-gtk/empathy-search-bar.ui
+++ b/libempathy-gtk/empathy-search-bar.ui
@@ -7,18 +7,6 @@
     <property name="icon_size">2</property>
     <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
     <child>
-      <object class="GtkToolButton" id="search_close">
-        <property name="visible">True</property>
-        <property name="is_important">True</property>
-        <property name="receives_default">True</property>
-        <property name="icon_name">gtk-close</property>
-      </object>
-      <packing>
-        <property name="expand">False</property>
-        <property name="homogeneous">True</property>
-      </packing>
-    </child>
-    <child>
       <object class="GtkToolItem" id="search_entry_toolitem">
         <property name="visible">True</property>
         <child>
@@ -119,5 +107,26 @@
         </child>
       </object>
     </child>
+    <child>
+      <object class="GtkSeparatorToolItem" id="expander1">
+        <property name="visible">True</property>
+      </object>
+      <packing>
+        <property name="expand">True</property>
+        <property name="homogeneous">True</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkToolButton" id="search_close">
+        <property name="visible">True</property>
+        <property name="is_important">True</property>
+        <property name="receives_default">True</property>
+        <property name="icon_name">gtk-close</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="homogeneous">True</property>
+      </packing>
+    </child>
   </object>
 </interface>



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