diff options
-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> |