diff options
author | Kevin Suo <suokunlong@126.com> | 2020-12-18 19:42:29 +0800 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-12-23 11:37:39 +0100 |
commit | 8be0be8066f50e0ce660d40f121c7d7891f1bc49 (patch) | |
tree | a3f9790ae00d62519308d9fb34931e54ef3ce797 /sw/uiconfig/swriter/ui/flddocinfopage.ui | |
parent | ce614dcc6d099ce14acae22b48dacf299ef470fb (diff) |
tdf#130275: Fields dialog is too tall
...which makes the OK/Cancel buttons invisible under small displays.
This commit changed the height of these widgets. Also I did some tweats to the UI file
and the width so that the edit dialog of these fields looks nicer (at least on my display).
Change-Id: I9f39727afd566d75db525c5a5cafe2eabb66d7ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107965
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig/swriter/ui/flddocinfopage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/flddocinfopage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/flddocinfopage.ui b/sw/uiconfig/swriter/ui/flddocinfopage.ui index 16b0151d5090..f45ef7350295 100644 --- a/sw/uiconfig/swriter/ui/flddocinfopage.ui +++ b/sw/uiconfig/swriter/ui/flddocinfopage.ui @@ -33,7 +33,7 @@ <property name="vexpand">True</property> <property name="border_width">6</property> <property name="spacing">12</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> <child> <object class="GtkFrame" id="typeframe"> <property name="visible">True</property> |