https://bugs.kde.org/show_bug.cgi?id=491312
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/91114 | |603ecf7f041769606e65bc3afe4 | |4a057e0d Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.1.4 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 91114603ecf7f041769606e65bc3afe44a057e0d by Nate Graham. Committed on 05/08/2024 at 22:18. Pushed by ngraham into branch 'master'. 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 M +4 -2 src/declarativeimports/plasmacomponents3/SpinBox.qml https://invent.kde.org/plasma/libplasma/-/commit/91114603ecf7f041769606e65bc3afe44a057e0d -- You are receiving this mail because: You are watching all bug changes.