summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-01-20 21:41:05 +0100
committerandreas_kainz <kainz.a@gmail.com>2020-01-21 06:41:59 +0100
commitacb8d7d0568352bb34e869880c6ef44336f63b6f (patch)
treec861c8fd0af44e3e5dd5b2ab04d17894c67ec7a6 /sw/uiconfig
parent51f8e04eaaea50b779e3882e87628a6e625e0fd8 (diff)
sidebar writer table spacing fix
Change-Id: I3dd805f69c9357e9f2b5d773e1a2842f44af5470 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87105 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/sidebartableedit.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/sidebartableedit.ui b/sw/uiconfig/swriter/ui/sidebartableedit.ui
index e0d369f7021a..db554177a349 100644
--- a/sw/uiconfig/swriter/ui/sidebartableedit.ui
+++ b/sw/uiconfig/swriter/ui/sidebartableedit.ui
@@ -19,10 +19,11 @@
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
- <property name="row_spacing">6</property>
- <property name="column_spacing">3</property>
+ <property name="row_spacing">3</property>
+ <property name="column_spacing">6</property>
<property name="column_homogeneous">True</property>
<child>
<object class="GtkSpinButton" id="rowheight">