mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:56:01 +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
|
width: height
|
||||||
|
|
||||||
UM.UnderlineBackground {
|
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
|
UM.RecolorImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user