[network-manager-applet] editor: fix glade vbox horizontal/vertical idoicy



commit 8bb8a52593935113cb8015eea468449b21239c62
Author: Dan Williams <dcbw redhat com>
Date:   Tue Sep 7 12:37:25 2010 -0500

    editor: fix glade vbox horizontal/vertical idoicy

 src/connection-editor/nm-connection-editor.glade |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.glade b/src/connection-editor/nm-connection-editor.glade
index 5988d70..c687d06 100644
--- a/src/connection-editor/nm-connection-editor.glade
+++ b/src/connection-editor/nm-connection-editor.glade
@@ -14,6 +14,7 @@
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child>
           <widget class="GtkNotebook" id="list_notebook">
@@ -48,6 +49,7 @@
                 <child>
                   <widget class="GtkVButtonBox" id="wired_button_box">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <property name="layout_style">start</property>
                     <child>
@@ -117,6 +119,7 @@
                 <child>
                   <widget class="GtkVButtonBox" id="wireless_button_box">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <property name="layout_style">start</property>
                     <child>
@@ -190,6 +193,7 @@
                 <child>
                   <widget class="GtkVButtonBox" id="wwan_button_box">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <property name="layout_style">start</property>
                     <child>
@@ -263,10 +267,12 @@
                 <child>
                   <widget class="GtkVBox" id="vbox1">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <child>
                       <widget class="GtkVButtonBox" id="vpn_button_box">
                         <property name="visible">True</property>
+                        <property name="orientation">vertical</property>
                         <property name="spacing">6</property>
                         <property name="layout_style">start</property>
                         <child>
@@ -309,6 +315,7 @@
                     <child>
                       <widget class="GtkVButtonBox" id="vpn_ix_button_box">
                         <property name="visible">True</property>
+                        <property name="orientation">vertical</property>
                         <property name="spacing">6</property>
                         <property name="layout_style">end</property>
                         <child>
@@ -395,6 +402,7 @@
                 <child>
                   <widget class="GtkVButtonBox" id="dsl_button_box">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <property name="layout_style">start</property>
                     <child>
@@ -483,11 +491,13 @@
     <child>
       <widget class="GtkVBox" id="ce-vbox">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <property name="spacing">6</property>
         <child>
           <widget class="GtkVBox" id="vbox3">
             <property name="visible">True</property>
             <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
               <widget class="GtkHBox" id="hbox3">



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