[empathy] chat-ui: add info_bar_vbox on the top of the widget



commit 223e02f1160189dc76b91a38ca3cb10085688b73
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 10 17:40:37 2009 +0000

    chat-ui: add info_bar_vbox on the top of the widget
    
    This VBox will be used to display info bars.

 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 7af4832..de82fdd 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>



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