diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 18:34:41 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-03-29 16:51:50 +0800 |
commit | bf2bd28c5779e268de9a1661ad22e5f0e49e16ee (patch) | |
tree | ec3992ff0353be719e64bcf5e9869728736792a6 | |
parent | 0b61248ed66f1993e22441371930f635d254d14c (diff) | |
download | gsoc2013-evolution-bf2bd28c5779e268de9a1661ad22e5f0e49e16ee.tar.gz gsoc2013-evolution-bf2bd28c5779e268de9a1661ad22e5f0e49e16ee.tar.zst gsoc2013-evolution-bf2bd28c5779e268de9a1661ad22e5f0e49e16ee.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> |