Set disabled button colors

This commit is contained in:
Angela Mazzurco 2017-07-22 16:27:11 +02:00
parent e4e3411308
commit 0a3a8272b4

View File

@ -32,7 +32,7 @@ Item
id: rectangleButton
anchors.fill: parent
radius: borderRadius
color: button.enabled ? button.color : "grey"
color: button.enabled ? button.color : "lavender"
border.width: borderWidth
border.color: "black"
@ -62,6 +62,7 @@ Item
font.pointSize: fontSize
anchors.left: icon.right
anchors.verticalCenter: parent.verticalCenter
color: button.enabled ? "black" : "grey"
}
}
}