summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-06 20:25:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-08 13:38:29 +0200
commitc6f7a322b8a0c7b09c78afeb78128f51927fcb69 (patch)
treea7742508386c6eb14ad7db33c02c2a2ca620252a /svtools
parentbee8442c33e56567bf81a1d2a7bc9e656391f9d3 (diff)
let spinbutton stretch to fill area
Change-Id: I5411fe7cf49a1c9fdc1d9090347ca82736ba4e7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98324 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/uiconfig/ui/thineditcontrol.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/thineditcontrol.ui b/svtools/uiconfig/ui/thineditcontrol.ui
index 6e9911425b09..8fd8f891d778 100644
--- a/svtools/uiconfig/ui/thineditcontrol.ui
+++ b/svtools/uiconfig/ui/thineditcontrol.ui
@@ -29,10 +29,12 @@
<object class="GtkSpinButton" id="spinbutton">
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="has_frame">False</property>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>