diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-06 17:14:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-07 10:54:55 +0200 |
commit | 3a52e3ba6795b967d6b147bf3d1babd9b1cdc7cd (patch) | |
tree | 4d9d14be9c85854f18e1d8c0c7b279db808c54c8 /svtools | |
parent | ae2e8202407e82c9b14f0cc307742561f8c6e530 (diff) |
let browsebox entry stretch to fit allocated space
Change-Id: I7b09fd8cebed503c86b3df131eb2d7b1a07ef21c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98222
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/thineditcontrol.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/thineditcontrol.ui b/svtools/uiconfig/ui/thineditcontrol.ui index fd88ec456cd8..6e9911425b09 100644 --- a/svtools/uiconfig/ui/thineditcontrol.ui +++ b/svtools/uiconfig/ui/thineditcontrol.ui @@ -6,6 +6,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> @@ -19,7 +20,7 @@ <property name="width_chars">1</property> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> |