mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
Down spinbox button highlighting up spinbox button when clicked.
CURA-8688
This commit is contained in:
parent
b14e29d214
commit
4510a8b06e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user