mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:15:52 +08:00
Added 50ms fade in on hover machine selection. CURA-2763
This commit is contained in:
parent
19a288dcbf
commit
a32615fb12
@ -116,6 +116,7 @@ Rectangle
|
|||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: control.hovered ? UM.Theme.getColor("button_hover") :
|
color: control.hovered ? UM.Theme.getColor("button_hover") :
|
||||||
control.pressed ? UM.Theme.getColor("button_hover") : UM.Theme.getColor("sidebar_header_bar")
|
control.pressed ? UM.Theme.getColor("button_hover") : UM.Theme.getColor("sidebar_header_bar")
|
||||||
|
Behavior on color { ColorAnimation { duration: 50; } }
|
||||||
|
|
||||||
UM.RecolorImage {
|
UM.RecolorImage {
|
||||||
id: downArrow
|
id: downArrow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user