Down spinbox button highlighting up spinbox button when clicked.

CURA-8688
This commit is contained in:
j.delarago 2022-02-23 15:15:46 +01:00
parent b14e29d214
commit 4510a8b06e

View file

@ -99,7 +99,7 @@ Item
width: height
UM.UnderlineBackground {
color: spinBox.up.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background")
color: spinBox.down.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background")
}
UM.RecolorImage