diff options
Diffstat (limited to 'svtools/uiconfig/ui/thineditcontrol.ui')
-rw-r--r-- | svtools/uiconfig/ui/thineditcontrol.ui | 4 |
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> |