diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 18:41:02 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:26:10 +0800 |
commit | 9a7b0ca48f415bb64e46ed4e3f16076e3efef228 (patch) | |
tree | ec68249d832e647355314f7a3900b28bcf912111 /addressbook | |
parent | 4146e452f1c3c72ae350bca6791c9fe0511774a6 (diff) | |
download | gsoc2013-evolution-9a7b0ca48f415bb64e46ed4e3f16076e3efef228.tar.gz gsoc2013-evolution-9a7b0ca48f415bb64e46ed4e3f16076e3efef228.tar.zst gsoc2013-evolution-9a7b0ca48f415bb64e46ed4e3f16076e3efef228.zip |
Scrolled window for personal bits ...
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index b0531047ca..adc7d466e4 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -1324,8 +1324,19 @@ <property name="angle">0</property> </object> </child> + <child> + <object class="GtkScrolledWindow" id="scrolledwindow2"> + <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="viewport2"> + <property name="visible">True</property> + <property name="resize_mode">queue</property> + <child> - <object class="GtkVBox" id="vbox35"> + <object class="GtkVBox" id="vbox-size-leader"> <property name="border_width">12</property> <property name="visible">True</property> <property name="homogeneous">False</property> @@ -2192,11 +2203,18 @@ </packing> </child> </object> + + </child> + </object> + </child> + + </object> <packing> <property name="tab_expand">False</property> <property name="tab_fill">True</property> </packing> </child> + <child type="tab"> <object class="GtkLabel" id="label422"> <property name="visible">True</property> |