app/HVAC.qml: Use the Window width and height instead of using Screen
[apps/hvac.git] / app / HVAC.qml
index 46c99ca..744ec8d 100644 (file)
@@ -43,8 +43,10 @@ ApplicationWindow {
     Item {
         id: container
         anchors.centerIn: parent
-        width: Screen.width
-        height: Screen.height
+        //width: Window.width
+        width: 1080
+        height: Window.height
+        //scale: Window.scale
         scale: 1
 
        ColumnLayout {