X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fhvac.git;a=blobdiff_plain;f=app%2FHVAC.qml;h=4e27e2d744962b429269a843d83d9a9a1c79a32e;hp=1a3916724fdb9b2ca189e5b17c468e776bebba4a;hb=50940a37ac8c8017f07e69e6b35ae16946bcbee0;hpb=8e822732230d9a0498cd581dd5bb53bfa7e029a1 diff --git a/app/HVAC.qml b/app/HVAC.qml index 1a39167..4e27e2d 100644 --- a/app/HVAC.qml +++ b/app/HVAC.qml @@ -41,9 +41,9 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height - scale: 1 + width: Window.width + height: Window.height + scale: Window.scale ColumnLayout { anchors.fill: parent @@ -56,7 +56,7 @@ ApplicationWindow { source: './images/HMI_HVAC_Fan_Icon.svg' } Item { - width: container.width * 0.8 + width: 1080 * 0.8 Slider { id: fanSpeedSlider anchors.left: parent.left