mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +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
|
id: enabledIcon
|
||||||
anchors.right:parent.right
|
anchors.right:parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
filled: root.jobEnabled
|
filled: true
|
||||||
fillColor: (root.jobEnabled ? global.colorGreenHighlight : global.colorOrangeAccent)
|
fillColor: (root.jobEnabled ? global.colorGreenHighlight : global.colorRedAccent)
|
||||||
icon: 5
|
icon: 5
|
||||||
|
|
||||||
MouseArea{
|
MouseArea{
|
||||||
|
|
Loading…
Reference in a new issue