https://bugs.kde.org/show_bug.cgi?id=356446
--- Comment #61 from Nate Graham <n...@kde.org> --- Git commit 32bfd1ed01f0cbd48071dadf89458edbb8edfd1e by Nate Graham. Committed on 26/07/2021 at 18:31. Pushed by ngraham into branch 'master'. Handle huge icons in Units::roundToIconSize() This function was missing a use case for icons that are between the sizes of huge and enormous, causing huge-sized icons to appear too large on X11 when not using Qt scaling. This commit fixes that, and addresses one of the sources of complaints when using scaling on X11. Small icons are still too small, but that must and will be handled separately. M +3 -0 src/declarativeimports/core/units.cpp https://invent.kde.org/frameworks/plasma-framework/commit/32bfd1ed01f0cbd48071dadf89458edbb8edfd1e -- You are receiving this mail because: You are watching all bug changes.