From f4c33d8392f2a1a56b6294b3808266a429aaf052 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 14 Aug 2019 11:33:30 -0700 Subject: [PATCH] Refining the look of the enable button of the TaskPropView --- scripts/developer/utilities/lib/jet/qml/TaskPropView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/developer/utilities/lib/jet/qml/TaskPropView.qml b/scripts/developer/utilities/lib/jet/qml/TaskPropView.qml index 699390c8bf..6a658a33e3 100644 --- a/scripts/developer/utilities/lib/jet/qml/TaskPropView.qml +++ b/scripts/developer/utilities/lib/jet/qml/TaskPropView.qml @@ -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{