[evolution/express2: 39/51] Add a scrolled area to cope if we want to expand mail settigns



commit 4146e452f1c3c72ae350bca6791c9fe0511774a6
Author: Michael Meeks <michael meeks novell com>
Date:   Fri Mar 26 10:34:41 2010 +0000

    Add a scrolled area to cope if we want to expand mail settigns

 addressbook/gui/contact-editor/contact-editor.ui |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui
index e753e70..b053104 100644
--- a/addressbook/gui/contact-editor/contact-editor.ui
+++ b/addressbook/gui/contact-editor/contact-editor.ui
@@ -136,6 +136,18 @@
             <property name="scrollable">False</property>
             <property name="enable_popup">False</property>
             <child>
+
+              <object class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">never</property>
+                <property name="vscrollbar_policy">automatic</property>
+	      <child>
+		<object class="GtkViewport" id="viewport1">
+		  <property name="visible">True</property>
+		  <property name="resize_mode">queue</property>
+
+	      <child>
               <object class="GtkVBox" id="vbox33">
                 <property name="border_width">12</property>
                 <property name="visible">True</property>
@@ -1282,6 +1294,12 @@
                   </packing>
                 </child>
               </object>
+
+	      </child>
+	      </object>
+	      </child>
+
+	      </object>
               <packing>
                 <property name="tab_expand">False</property>
                 <property name="tab_fill">True</property>



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