https://bugs.kde.org/show_bug.cgi?id=491312
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|Plasma 6.1.5 with |6.1.4 |Frameworks 6.5 | Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/libplasma/-/commit/91114 |ma/libplasma/-/commit/3ba56 |603ecf7f041769606e65bc3afe4 |3b6aeb40ce19461367d6de8025f |4a057e0d |244f80b3 --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 3ba563b6aeb40ce19461367d6de8025f244f80b3 by Nate Graham. Committed on 06/08/2024 at 13:36. Pushed by ngraham into branch 'Plasma/6.1'. Spinbox: use more appropriate icons for decrease and increase buttons Previously they were using the list-remove and list-add icons, which was totally incorrect. It happened to work with Breeze icons because they were plain minus and plus signs. ...Until recently, when list-remove was changed to be an X, exposing the bug. Instead, let's ask for dedicated spinbox-decrease and spinbox-increase icons, which are being added to Breeze. If these don't exist, it will fall back to the existing ones and nothing will change. 3rd-party icon themes might still exhibit the bug if their list-add or list-remove icons look weird, but that's a pre-existing issue, and with this, they'll at least have a path to fix it. FIXED-IN: 6.1.4 (cherry picked from commit 91114603ecf7f041769606e65bc3afe44a057e0d) Co-authored-by: Nate Graham <n...@kde.org> M +4 -2 src/declarativeimports/plasmacomponents3/SpinBox.qml https://invent.kde.org/plasma/libplasma/-/commit/3ba563b6aeb40ce19461367d6de8025f244f80b3 -- You are receiving this mail because: You are watching all bug changes.