summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/HVAC.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/HVAC.qml b/app/HVAC.qml
index 46c99ca..744ec8d 100644
--- a/app/HVAC.qml
+++ b/app/HVAC.qml
@@ -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 {