diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-28 09:06:37 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-28 09:07:27 +0100 |
commit | 8a34ea45fc962ff5b583228730a088f6e264bfb4 (patch) | |
tree | 69b2db757e0868fbac79138943f2d31253a05e9f | |
parent | 2e71ef8ef4aec2ccf6e74a54d9a2de109e265ee9 (diff) |
fdo#83076: More space around the 'Custom Value'.
Change-Id: If75b5a9dddf308972f3c86f6c3b4bf12327f858e
-rw-r--r-- | svx/uiconfig/ui/paralinespacingcontrol.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui b/svx/uiconfig/ui/paralinespacingcontrol.ui index f7c7503523b8..5d7402be9639 100644 --- a/svx/uiconfig/ui/paralinespacingcontrol.ui +++ b/svx/uiconfig/ui/paralinespacingcontrol.ui @@ -139,6 +139,8 @@ <object class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_left">3</property> + <property name="margin_top">6</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="label_xalign">0</property> @@ -147,6 +149,7 @@ <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_top">6</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid3"> |