[gnome-system-tools/users-ui-redesign: 11/12] Force GtkBoxes orientation to make Glade happy



commit 392936fc8eea2e150c1ec23154d0be51c82a9263
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Thu Sep 24 22:22:15 2009 +0200

    Force GtkBoxes orientation to make Glade happy
    
    A GtkVBox should always be vertical, but Glade shows them horizontally...

 interfaces/users.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/interfaces/users.ui b/interfaces/users.ui
index a77fe73..b8a090a 100644
--- a/interfaces/users.ui
+++ b/interfaces/users.ui
@@ -1118,6 +1118,7 @@
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox8">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkVBox" id="vbox11">
             <property name="visible">True</property>
@@ -1345,6 +1346,7 @@
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox10">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkNotebook" id="notebook1">
             <property name="visible">True</property>
@@ -1354,6 +1356,7 @@
               <object class="GtkVBox" id="vbox476">
                 <property name="visible">True</property>
                 <property name="border_width">12</property>
+                <property name="orientation">vertical</property>
                 <property name="spacing">18</property>
                 <child>
                   <object class="GtkTable" id="table57">
@@ -2016,6 +2019,7 @@
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox11">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkHBox" id="hbox54">
             <property name="visible">True</property>
@@ -2046,6 +2050,7 @@
             <child>
               <object class="GtkVButtonBox" id="vbuttonbox8">
                 <property name="visible">True</property>
+                <property name="orientation">vertical</property>
                 <property name="spacing">6</property>
                 <property name="layout_style">start</property>
                 <child>



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