diff options
Diffstat (limited to 'addressbook')
-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> |