[cheese] ui: make room for the infobar



commit 325e3390cb658357be3558aaf3dd212da02433be
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Sun Feb 21 21:58:43 2010 +0100

    ui: make room for the infobar
    
    Add an alignment to the main vbox to contain the infobar

 data/cheese.ui |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/data/cheese.ui b/data/cheese.ui
index 0d4fd3a..4067b89 100644
--- a/data/cheese.ui
+++ b/data/cheese.ui
@@ -350,17 +350,30 @@
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <child>
-              <object class="GtkAlignment" id="widget_alignment">
+              <object class="GtkAlignment" id="info_bar_alignment">
                 <property name="visible">True</property>
                 <child>
                   <placeholder/>
                 </child>
               </object>
               <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
                 <property name="position">0</property>
               </packing>
             </child>
             <child>
+              <object class="GtkAlignment" id="widget_alignment">
+                <property name="visible">True</property>
+                <child>
+                  <placeholder/>
+                </child>
+              </object>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
               <object class="GtkAlignment" id="toolbar_alignment">
                 <property name="visible">True</property>
                 <property name="top_padding">6</property>
@@ -601,7 +614,7 @@
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
             <child>
@@ -614,7 +627,7 @@
               </object>
               <packing>
                 <property name="expand">False</property>
-                <property name="position">2</property>
+                <property name="position">3</property>
               </packing>
             </child>
           </object>



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