Skip to content

kstyle: Fix small spinboxes

Noah Davis requested to merge work/ndavis/small-spinbox-fix into master

kstyle: Fix spinboxes affected by stylesheets

When an app uses a Qt stylesheet, it messes up the size hint. We switch to the old spinbox style in that situation to prevent the spinbox from being unusable.

before after
Screenshot_20210918_035957 Screenshot_20210918_040656

kstyle: Make spinbox edit area fill the space between the buttons

This helps to prevent text from being cut off when there's still a bit of room.

before after
Screenshot_20210918_035931 Screenshot_20210918_035751

kstyle: Make spinbox button separators as tall as the font height

before after
Screenshot_20210918_044946 Screenshot_20210918_045001

Screenshot_20210918_045107

@teams/vdg @teams/usability

Edited by Noah Davis

Merge request reports