[d-feet] Replace vpaned with vbox to avoid a few warnings



commit 1831674cfd698a1b925ac3c8722be06f0b1cc433
Author: Johan Dahlin <johan gnome org>
Date:   Mon Aug 16 17:25:06 2010 -0300

    Replace vpaned with vbox to avoid a few warnings

 ui/mainwindow.ui |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index 2cbf850..15c56c9 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -9,7 +9,7 @@
     <property name="visible">True</property>
     <property name="width_request">300</property>
     <child>
-      <object class="GtkVPaned" id="vpaned1">
+      <object class="GtkVBox" id="main_vbox">
         <property name="visible">True</property>
         <child>
           <object class="GtkFrame" id="frame1">
@@ -47,8 +47,7 @@
             </child>
           </object>
           <packing>
-              <property name="shrink">False</property>
-              <property name="resize">True</property>
+              <property name="expand">True</property>
             </packing>
         </child>
         <child>
@@ -67,8 +66,7 @@
             </child>
           </object>
           <packing>
-            <property name="shrink">False</property>
-            <property name="resize">True</property>
+            <property name="expand">False</property>
           </packing>
         </child>
         <child>



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