https://bugs.kde.org/show_bug.cgi?id=454131
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.96 Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/26ae86dff198fbce05ba382 | |4b89786224b3792a9 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit 26ae86dff198fbce05ba3824b89786224b3792a9 by Nate Graham. Committed on 23/06/2022 at 18:58. Pushed by ngraham into branch 'master'. Units: Fix sizeForLabels double-scaling icons with Plasma scaling The sizeForLabels unit internally uses roundToIconSize(), giving it a value and feeding that into devicePixelIconSize() to take into account required icons size differences when using Plasma scaling. But roundToIconSize() internally does that automatically! So as a result, the size is double-scaled and looks too big. To fix this, we simply have to stop using devicePixelIconSize() for this unit. FIXED-IN: 5.96 M +3 -2 src/declarativeimports/core/units.cpp https://invent.kde.org/frameworks/plasma-framework/commit/26ae86dff198fbce05ba3824b89786224b3792a9 -- You are receiving this mail because: You are watching all bug changes.