mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Refining the look of the enable button of the TaskPropView
This commit is contained in:
parent
5e57e53db2
commit
f4c33d8392
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue