cui/uiconfig/ui/pageformatpage.ui | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 62cc13b766610e1f359eee250df2f524e4dfb0aa Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Fri Aug 2 19:49:04 2024 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sat Aug 3 20:27:42 2024 +0200 Related: tdf#161662 bring bullet combobox height down similar to commit db2a7489fa7ac758c1ab35f49fff284f460c5d4c CommitDate: Fri Jul 19 17:53:36 2024 +0200 There are some Arabic, etc numbering options in there that cause gtk to allocate a large odd-looking height for the combobox. Change-Id: I6f16e82a71955c3df943279109bce02a10d773eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171434 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/uiconfig/ui/pageformatpage.ui b/cui/uiconfig/ui/pageformatpage.ui index 55c57083ef93..7f63d906d904 100644 --- a/cui/uiconfig/ui/pageformatpage.ui +++ b/cui/uiconfig/ui/pageformatpage.ui @@ -583,6 +583,10 @@ <object class="GtkComboBoxText" id="comboLayoutFormat"> <property name="visible">True</property> <property name="can-focus">False</property> + <style> + <!-- tdf#161662 try and shrink this height to min and then use the size-group to bring it back up to that height --> + <class name="novertpad"/> + </style> </object> <packing> <property name="left-attach">1</property>