[evolution] Add a scrolled area to cope if we want to expand mail settigns
- From: Michael Meeks <michael src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Add a scrolled area to cope if we want to expand mail settigns
- Date: Mon, 29 Mar 2010 08:53:45 +0000 (UTC)
commit bf2bd28c5779e268de9a1661ad22e5f0e49e16ee
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]