Remove comment

Contributes to CL-1212
This commit is contained in:
Ian Paschal 2019-01-22 12:00:50 +01:00
parent 76240bb458
commit 283de789c2

View File

@ -18,7 +18,7 @@ Item {
Button { Button {
id: button; id: button;
background: Rectangle { background: Rectangle {
color: UM.Theme.getColor("monitor_card_hover"); // TODO: Theme! color: UM.Theme.getColor("monitor_card_hover")
height: button.height; height: button.height;
opacity: button.down || button.hovered ? 1 : 0; opacity: button.down || button.hovered ? 1 : 0;
radius: Math.round(0.5 * width); radius: Math.round(0.5 * width);