[evolution] Add vertical orientation properties to make glade-3 happy.



commit 078ed06d74f556c348c91e20b99cd6da515df673
Author: Michael Meeks <michael meeks novell com>
Date:   Thu Mar 25 19:11:46 2010 +0000

    Add vertical orientation properties to make glade-3 happy.

 addressbook/gui/contact-editor/contact-editor.ui |   62 ++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui
index 468708d..a574ef8 100644
--- a/addressbook/gui/contact-editor/contact-editor.ui
+++ b/addressbook/gui/contact-editor/contact-editor.ui
@@ -74,6 +74,55 @@
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
+        <property name="homogeneous">False</property>
+        <property name="spacing">0</property>
+	<property name="orientation">vertical</property>
+        <child internal-child="action_area">
+          <object class="GtkHButtonBox" id="dialog-action_area1">
+            <property name="visible">True</property>
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
+            <child>
+              <object class="GtkButton" id="button-help">
+                <property name="visible">True</property>
+                <property name="can_default">True</property>
+                <property name="can_focus">True</property>
+                <property name="label">gtk-help</property>
+                <property name="use_stock">True</property>
+                <property name="relief">GTK_RELIEF_NORMAL</property>
+                <property name="focus_on_click">True</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkButton" id="button-cancel">
+                <property name="visible">True</property>
+                <property name="can_default">True</property>
+                <property name="can_focus">True</property>
+                <property name="label">gtk-cancel</property>
+                <property name="use_stock">True</property>
+                <property name="relief">GTK_RELIEF_NORMAL</property>
+                <property name="focus_on_click">True</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkButton" id="button-ok">
+                <property name="visible">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="can_focus">True</property>
+                <property name="label">gtk-ok</property>
+                <property name="use_stock">True</property>
+                <property name="relief">GTK_RELIEF_NORMAL</property>
+                <property name="focus_on_click">True</property>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="padding">0</property>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="pack_type">GTK_PACK_END</property>
+          </packing>
+        </child>
         <child>
           <object class="GtkNotebook" id="notebook11">
             <property name="visible">True</property>
@@ -85,6 +134,7 @@
                 <property name="border_width">12</property>
                 <property name="orientation">vertical</property>
                 <property name="spacing">1</property>
+		<property name="orientation">vertical</property>
                 <child>
                   <object class="GtkHBox" id="hbox55">
                     <property name="visible">True</property>
@@ -287,6 +337,7 @@
                     <property name="visible">True</property>
                     <property name="orientation">vertical</property>
                     <property name="spacing">10</property>
+		    <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkFrame" id="frame65">
                         <property name="visible">True</property>
@@ -459,6 +510,9 @@
                       <object class="GtkVBox" id="vbox38">
                         <property name="visible">True</property>
                         <property name="orientation">vertical</property>
+                        <property name="homogeneous">False</property>
+                        <property name="spacing">0</property>
+			<property name="orientation">vertical</property>
                         <child>
                           <object class="GtkFrame" id="frame64">
                             <property name="visible">True</property>
@@ -470,6 +524,7 @@
                                 <property name="border_width">12</property>
                                 <property name="orientation">vertical</property>
                                 <property name="spacing">6</property>
+				<property name="orientation">vertical</property>
                                 <child>
                                   <object class="GtkTable" id="table84">
                                     <property name="visible">True</property>
@@ -881,6 +936,7 @@
                 <property name="border_width">12</property>
                 <property name="orientation">vertical</property>
                 <property name="spacing">12</property>
+		<property name="orientation">vertical</property>
                 <child>
                   <object class="GtkFrame" id="frame67">
                     <property name="visible">True</property>
@@ -1462,6 +1518,9 @@
               <object class="GtkVBox" id="vbox39">
                 <property name="visible">True</property>
                 <property name="orientation">vertical</property>
+                <property name="homogeneous">False</property>
+                <property name="spacing">0</property>
+		<property name="orientation">vertical</property>
                 <child>
                   <object class="GtkFrame" id="frame72">
                     <property name="visible">True</property>
@@ -2210,6 +2269,9 @@
               <object class="GtkVBox" id="vbox40">
                 <property name="visible">True</property>
                 <property name="orientation">vertical</property>
+                <property name="homogeneous">False</property>
+                <property name="spacing">0</property>
+		<property name="orientation">vertical</property>
                 <child>
                   <object class="GtkFrame" id="frame79">
                     <property name="visible">True</property>



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