X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FHVAC.qml;h=b3be44324e7ce9e2525e27869980f4a3379769c3;hb=refs%2Ftags%2F4.99.5;hp=41cf7fa3a98f379928140cb3bfa3aaea355de7e8;hpb=45a90600c28111cdf0a358390c0082d6785d7f6a;p=apps%2Fhvac.git diff --git a/app/HVAC.qml b/app/HVAC.qml index 41cf7fa..b3be443 100644 --- a/app/HVAC.qml +++ b/app/HVAC.qml @@ -74,7 +74,6 @@ ApplicationWindow { side: 'Left' } HeatDegree { - enabled: leftSeat.headLevel > 0 onCurrentItemChanged: { console.log("Left Temp changed",degree) binding.leftTemperature = degree @@ -89,7 +88,7 @@ ApplicationWindow { offImage: './images/HMI_HVAC_Inactive.svg' Label { anchors.centerIn: parent - color: parent.checked ? '#66FF99' : '#848286' + color: parent.checked ? '#00ADDC' : '#848286' text: 'A/C' font.pixelSize: parent.height / 3 } @@ -102,7 +101,7 @@ ApplicationWindow { offImage: './images/HMI_HVAC_Inactive.svg' Label { anchors.centerIn: parent - color: parent.checked ? '#66FF99' : '#848286' + color: parent.checked ? '#00ADDC' : '#848286' text: 'AUTO' font.pixelSize: parent.height / 3 } @@ -127,7 +126,6 @@ ApplicationWindow { side: 'Right' } HeatDegree { - enabled: rightSeat.headLevel > 0 onCurrentItemChanged: { console.log("Right Temp changed",degree) binding.rightTemperature = degree