diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2011-08-22 23:25:02 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-08-22 23:25:02 +0800 |
commit | 78265c9fd2f7526876c1418b80dda44d96f6c644 (patch) | |
tree | 2a8c77f2cbe69e8379e0c0a32cc479b0fe3ba1a8 | |
parent | 3be11adb859eb5ec1a2f2a850e8277c73e5aa814 (diff) | |
download | gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar.gz gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar.bz2 gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar.lz gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar.xz gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.tar.zst gsoc2013-empathy-78265c9fd2f7526876c1418b80dda44d96f6c644.zip |
search-bar: move close button to RHS
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
-rw-r--r-- | 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 7d42594d2..0cb9f3c7b 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> |