From db2a7489fa7ac758c1ab35f49fff284f460c5d4c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Jul 2024 11:31:21 +0100 Subject: Resolves: tdf#161662 use some hackery to bring bullet combobox height down MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are some Arabic, etc numbering options in there that cause gtk to allocate a large odd-looking height for the combobox. What we can try is to remove top/bottom padding for this widget, but then sync it with a sizegroup to another combobox and then it gets a more natural looking height. Change-Id: Idecbb3ee7b61fe55805d26cabdbaf1885574b3cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170751 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- cui/uiconfig/ui/numberingoptionspage.ui | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cui/uiconfig') diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index 84da7e34bdcd..c63a0a45efda 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -268,6 +268,10 @@ Select a numbering scheme for the selected levels. + 1 @@ -859,4 +863,11 @@ + + vertical + + + + + -- cgit