diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-11-14 17:29:48 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-14 17:30:22 +0100 |
commit | 5992dc43c31dcf4f458a6c9e5eed0adf0e97be97 (patch) | |
tree | 800a40c4546808f855e7e23cfb5315be38c82181 /sfx2/uiconfig | |
parent | 445b30a311b5f8e2ab9b332a16c233012340b284 (diff) |
startcenter: Make the separator shorter.
Change-Id: Ie03a544cd4e98b39b2571815210adbb3352ab22e
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index fef071adda74..42e093f85cb9 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -94,6 +94,8 @@ <object class="GtkSeparator" id="separator1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_left">6</property> + <property name="margin_right">6</property> </object> <packing> <property name="expand">False</property> |