cui/uiconfig/ui/optadvancedpage.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3194632c7ce8fb1b21a7d59d92a1ffb0cdafc4ea Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Aug 18 15:21:06 2020 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Aug 19 21:43:28 2020 +0200 Make "Location" line stick to the bottom of the table of JREs At least on Linux with SAL_USE_VCLPLUGIN=gtk3, this already happened to be laid out well, but e.g. on Linux with SAL_USE_VCLPLUGIN=gen and on macOS, there was blank space between the table and the "Location" line, and the latter was rather kept close to the following "Optional Features" section. (There still appears to be variance among the various backends how the two "Java Options" and "Optional Features" sections are spread out vertically when the dialog is resized.) Change-Id: I58ba9fc0e29916f0fa0efb7c3180da058ba72f0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100921 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui index f5857937b478..88a749d2073f 100644 --- a/cui/uiconfig/ui/optadvancedpage.ui +++ b/cui/uiconfig/ui/optadvancedpage.ui @@ -83,6 +83,7 @@ <object class="GtkGrid" id="javabox"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">start</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits