Added 50ms fade in on hover machine selection. CURA-2763

This commit is contained in:
Jack Ha 2016-12-08 14:48:50 +01:00
parent 19a288dcbf
commit a32615fb12

View File

@ -116,6 +116,7 @@ Rectangle
background: Rectangle {
color: control.hovered ? UM.Theme.getColor("button_hover") :
control.pressed ? UM.Theme.getColor("button_hover") : UM.Theme.getColor("sidebar_header_bar")
Behavior on color { ColorAnimation { duration: 50; } }
UM.RecolorImage {
id: downArrow