Refining the look of the enable button of the TaskPropView

This commit is contained in:
Sam Gateau 2019-08-14 11:33:30 -07:00
parent 5e57e53db2
commit f4c33d8392

View file

@ -71,8 +71,8 @@ Prop.PropGroup {
id: enabledIcon
anchors.right:parent.right
anchors.verticalCenter: parent.verticalCenter
filled: root.jobEnabled
fillColor: (root.jobEnabled ? global.colorGreenHighlight : global.colorOrangeAccent)
filled: true
fillColor: (root.jobEnabled ? global.colorGreenHighlight : global.colorRedAccent)
icon: 5
MouseArea{