diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2021-05-10 01:15:40 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2021-05-12 11:18:49 +0200 |
commit | 95a1ccff3a252315e1c2499331ded4bc2e660d54 (patch) | |
tree | 9a311da554f90efb1f4fcb80a26fe7f2b6d348be /sfx2/uiconfig | |
parent | addb261c7a93f16b3be84d1e67994cecdb53de77 (diff) |
tdf#141426 Fix VclBox inital size allocation.
Change-Id: If7380c9dbbcda091a2de93b722bf90182677af6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115295
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/developmenttool.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui index 20f0c2e7d33d..826cf30a2fd8 100644 --- a/sfx2/uiconfig/ui/developmenttool.ui +++ b/sfx2/uiconfig/ui/developmenttool.ui @@ -589,7 +589,7 @@ </child> </object> <packing> - <property name="resize">False</property> + <property name="resize">True</property> <property name="shrink">True</property> </packing> </child> |