X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FHVAC.qml;h=dbab358cbf91f067eaa70d7c4dc61369864d8da6;hb=refs%2Fheads%2Fsandbox%2Fmvlad%2Fscale-layout;hp=1a3916724fdb9b2ca189e5b17c468e776bebba4a;hpb=611a430a2457eed24cee182c073189653c55a793;p=apps%2Fhvac.git diff --git a/app/HVAC.qml b/app/HVAC.qml index 1a39167..dbab358 100644 --- a/app/HVAC.qml +++ b/app/HVAC.qml @@ -41,9 +41,10 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height - scale: 1 + + height: 1920 - 218 - 215 + width: 1080 + scale: (Screen.width / 1080.0) ColumnLayout { anchors.fill: parent