[turbine/implement-interface: 1/4] [ui] add orientation property to ensure boxes are correct orientation



commit d1d220d0d04fd7f2a3d2167a4b9871d05f7e1730
Author: Thomas Wood <thomas wood intel com>
Date:   Mon Sep 7 13:42:21 2009 +0100

    [ui] add orientation property to ensure boxes are correct orientation

 src/turbine/turbine.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/turbine/turbine.xml b/src/turbine/turbine.xml
index f1f152d..60f53fa 100644
--- a/src/turbine/turbine.xml
+++ b/src/turbine/turbine.xml
@@ -9,6 +9,7 @@
     <child>
       <object class="GtkVBox" id="vbox1">
         <property name="border_width">12</property>
+        <property name="orientation">vertical</property>
         <property name="spacing">12</property>
         <child>
           <object class="GtkFrame" id="frame1">
@@ -219,6 +220,7 @@
                 <property name="left_padding">12</property>
                 <child>
                   <object class="GtkVBox" id="vbox2">
+                    <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkCheckButton" id="private">
                         <property name="label" translatable="yes">Include Private Struct</property>



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