diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-11 01:40:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 23:59:22 +0800 |
commit | 223e02f1160189dc76b91a38ca3cb10085688b73 (patch) | |
tree | fd62bb94c72140a6514c460306a67d710e79955f | |
parent | ef9f82c085a018e3959800ad010f47da62d9b364 (diff) | |
download | gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar.gz gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar.bz2 gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar.lz gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar.xz gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.tar.zst gsoc2013-empathy-223e02f1160189dc76b91a38ca3cb10085688b73.zip |
chat-ui: add info_bar_vbox on the top of the widget
This VBox will be used to display info bars.
-rw-r--r-- | libempathy-gtk/empathy-chat.ui | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat.ui b/libempathy-gtk/empathy-chat.ui index 7af4832a5..de82fdd8f 100644 --- a/libempathy-gtk/empathy-chat.ui +++ b/libempathy-gtk/empathy-chat.ui @@ -8,6 +8,15 @@ <property name="orientation">vertical</property> <property name="spacing">6</property> <child> + <object class="GtkVBox" id="info_bar_vbox"> + <property name="visible">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + <child> <object class="GtkHPaned" id="hpaned"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -71,7 +80,7 @@ </child> </object> <packing> - <property name="position">0</property> + <property name="position">2</property> </packing> </child> <child> @@ -114,7 +123,7 @@ <property name="expand">False</property> <property name="fill">False</property> <property name="padding">2</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> </object> |