mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Down spinbox button highlighting up spinbox button when clicked.
CURA-8688
This commit is contained in:
parent
b14e29d214
commit
4510a8b06e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue