diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-02 19:49:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-03 20:27:42 +0200 |
commit | 62cc13b766610e1f359eee250df2f524e4dfb0aa (patch) | |
tree | 5aa518a1c846d8499a4554bd7fcc888470866bf6 /cui | |
parent | e8a8d32fb3cc8b1f8fc17788ab00dffff1f4a950 (diff) |
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.mcnamara@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/pageformatpage.ui | 4 |
1 files changed, 4 insertions, 0 deletions
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> |