Adjust the window size
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 14 Apr 2020 19:25:23 +0000 (22:25 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 14 Apr 2020 19:26:42 +0000 (22:26 +0300)
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
app/Onscreen.qml
app/main.qml

index 5e53f98..ebb0641 100644 (file)
@@ -4,8 +4,8 @@ import QtQuick.Controls 2.0
 
 Rectangle {
     id: mainform
-    height: 300
-    width: 1000
+    height: 400
+    width: 800
     radius:2
 
     gradient: Gradient {
index dd478c3..6fc5d1e 100644 (file)
@@ -27,8 +27,8 @@ Window {
     visible: true
     x: 0       // note, these are not set here
     y:         218     // note, these are not set here
-    width: 1080
-    height: 1488
+    width: 400
+    height: 800
     color: '#00000000'
 
     Onscreen {