Fix hover state of Monitor button in the topbar

This commit is contained in:
fieldOfView 2017-09-11 20:35:24 +02:00
parent 08882a3f12
commit 461d4be310

View File

@ -107,7 +107,7 @@ QtObject {
anchors.bottom: parent.bottom
width: parent.width
height: Theme.getSize("sidebar_header_highlight").height
color: control.checked ? UM.Theme.getColor("sidebar_header_highlight") : "transparent"
color: control.checked ? UM.Theme.getColor("sidebar_header_highlight") : UM.Theme.getColor("sidebar_header_highlight_hover")
visible: control.hovered || control.checked
}
}