[evolution] Last scroll-pane, and manual sizing tweak



commit b947206eed3d00573bf6577d60a5f53bf5fe89e7
Author: Michael Meeks <michael meeks novell com>
Date:   Mon Mar 29 09:49:53 2010 +0100

    Last scroll-pane, and manual sizing tweak

 addressbook/gui/contact-editor/contact-editor.ui  |   20 ++++++++++++++++++++
 addressbook/gui/contact-editor/e-contact-editor.c |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui
index 8f64ddb..c56f96f 100644
--- a/addressbook/gui/contact-editor/contact-editor.ui
+++ b/addressbook/gui/contact-editor/contact-editor.ui
@@ -2235,6 +2235,19 @@
               </object>
             </child>
             <child>
+
+              <object class="GtkScrolledWindow" id="scrolledwindow3">
+                <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="viewport3">
+		  <property name="visible">True</property>
+		  <property name="resize_mode">queue</property>
+
+	      <child>
+
               <object class="GtkVBox" id="vbox39">
                 <property name="visible">True</property>
                 <property name="homogeneous">False</property>
@@ -3370,6 +3383,13 @@
                   </packing>
                 </child>
               </object>
+
+	      </child>
+	      </object>
+	      </child>
+
+	      </object>
+
               <packing>
                 <property name="tab_expand">False</property>
                 <property name="tab_fill">True</property>
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index d540ecd..b251552 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -2670,7 +2670,7 @@ init_all (EContactEditor *editor)
 		e_builder_get_widget (editor->builder, "vbox-size-leader"), &tab_req);
 	gtk_widget_set_size_request (
 		e_builder_get_widget (editor->builder, "scrolledwindow-size-leader"),
-		tab_req.width, tab_req.height);
+		tab_req.width, tab_req.height + 8);
 }
 
 static void



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