Skip to content

Spinbox: Correct decrease and increase symbols

Nate Graham requested to merge ngraham/libplasma:correct-spinbox-symbols into master

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. And it was already broken with 3rd-party icon themes that used different symbols.

Switch out these icons for real minus and plus sign text, with the font size slightly increased for visibility.

BUG: 491312 FIXED-IN: 6.1.4

Before After
Before After

Merge request reports