mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue