diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-01 22:01:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-02 22:07:19 +0800 |
commit | 24bc9e50cd9cdb73f9983e01988834e386f600fb (patch) | |
tree | b311c12680f858aeb0e6a68ab9ea40a3c7b3c861 /libempathy-gtk | |
parent | 8d3d11d5e3866cf4cfd730af4252c10fdd5783ed (diff) | |
download | gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar.gz gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar.bz2 gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar.lz gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar.xz gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.tar.zst gsoc2013-empathy-24bc9e50cd9cdb73f9983e01988834e386f600fb.zip |
log-window: align the account chooser and search widget
Center the account chooser and align the search widget to the right of the
toolbar.
https://bugzilla.gnome.org/show_bug.cgi?id=657842
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 8c84eedf1..7afe9ef6e 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -140,6 +140,19 @@ </packing> </child> <child> + <object class="GtkToolItem" id="toolbutton_filler_1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="expand">True</property> + </packing> + </child> + <child> <object class="GtkToolItem" id="toolbutton_accounts"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -165,6 +178,19 @@ </packing> </child> <child> + <object class="GtkToolItem" id="toolbutton_filler_2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_action_appearance">False</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="expand">True</property> + </packing> + </child> + <child> <object class="GtkToolItem" id="toolbutton_search"> <property name="visible">True</property> <property name="can_focus">False</property> |