diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 18:41:02 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-03-29 16:51:50 +0800 |
commit | cc9452d075be663ade764abf0326ba8695631c54 (patch) | |
tree | 0ac2b6af097f32fcb31f0fa0d12421186b7caa82 /addressbook/gui/contact-editor | |
parent | bf2bd28c5779e268de9a1661ad22e5f0e49e16ee (diff) | |
download | gsoc2013-evolution-cc9452d075be663ade764abf0326ba8695631c54.tar.gz gsoc2013-evolution-cc9452d075be663ade764abf0326ba8695631c54.tar.zst gsoc2013-evolution-cc9452d075be663ade764abf0326ba8695631c54.zip |
Scrolled window for personal bits ...
Diffstat (limited to 'addressbook/gui/contact-editor')
-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> |