Created attachment 194835 [details] Screenshot of the issue On the Customize tab of the Bullets and Numbering dialog, the dropdown is too large under GTK3. 1. Open new Writer doc 2. Go to the toolbar, drop down the Bullets item, select Customize 3. Go to the Customize tab -> Tne Number dropdown is too large under GTK3 but fine under QT5, gen. Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 567dbcf68711402736f65f4a0a47ef57549fe50f CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded Seems to have started in 6.2: https://git.libreoffice.org/core/+/ea7b290a691f33caa3327bd1cb57b97a92c94dc7 author Caolán McNamara <caolanm@redhat.com> Tue Oct 02 12:15:24 2018 +0100 committer Caolán McNamara <caolanm@redhat.com> Wed Oct 03 09:50:45 2018 +0200 weld SwSvxNumBulletTabDialog Adding CC to: Caolán McNamara
Expand the dropdown and have a look of each row, the gtk combobox is probably sized to fit the largest row. It might be that one of the entries is very tall due to certain diagraphs or something in the fonts used to render the contents. But the secret is in the dropdown I think
Created attachment 195391 [details] hack to demo where the height comes from I think the height, or at least the first tall entry, is one of the Arabic formats. If I hack those out like so then the height is the same as the rest of the listboxes
I have a cunning idea that seems to work in practice: https://gerrit.libreoffice.org/c/core/+/170751
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/db2a7489fa7ac758c1ab35f49fff284f460c5d4c Resolves: tdf#161662 use some hackery to bring bullet combobox height down It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/62cc13b766610e1f359eee250df2f524e4dfb0aa Related: tdf#161662 bring bullet combobox height down It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.