diff options
Diffstat (limited to 'plugins/groupwise-features/properties.glade')
-rw-r--r-- | plugins/groupwise-features/properties.glade | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 95f9758db0..6c36d4ba3e 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -729,11 +729,12 @@ <child> <widget class="GtkScrolledWindow" id="scrolledwindow3"> + <property name="border_width">0</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> - <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> - <property name="shadow_type">GTK_SHADOW_NONE</property> + <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="shadow_type">GTK_SHADOW_IN</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> @@ -844,8 +845,8 @@ </child> </widget> <packing> - <property name="padding">42</property> - <property name="expand">True</property> + <property name="padding">0</property> + <property name="expand">False</property> <property name="fill">True</property> </packing> </child> |