diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 18:34:41 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:26:07 +0800 |
commit | 4146e452f1c3c72ae350bca6791c9fe0511774a6 (patch) | |
tree | c29b164ab5f59098d8b51bb2ed7a730dbd1d68f8 | |
parent | b2e4cb4ae9248fd4f192d0e3bf41a23ede05451d (diff) | |
download | gsoc2013-evolution-4146e452f1c3c72ae350bca6791c9fe0511774a6.tar.gz gsoc2013-evolution-4146e452f1c3c72ae350bca6791c9fe0511774a6.tar.zst gsoc2013-evolution-4146e452f1c3c72ae350bca6791c9fe0511774a6.zip |
Add a scrolled area to cope if we want to expand mail settigns
-rw-r--r-- | 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 e753e70267..b0531047ca 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> |