app/ Modify size of the pop-up sandbox/mvlad/agl-compositor-events-state
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 15 Apr 2020 20:49:24 +0000 (23:49 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 15 Apr 2020 20:49:24 +0000 (23:49 +0300)
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
app/Onscreen.qml
app/main.qml

index ebb0641..b08179c 100644 (file)
@@ -4,7 +4,7 @@ import QtQuick.Controls 2.0
 
 Rectangle {
     id: mainform
-    height: 400
+    height: 800
     width: 800
     radius:2
 
index 6fc5d1e..b66e454 100644 (file)
@@ -27,7 +27,7 @@ Window {
     visible: true
     x: 0       // note, these are not set here
     y:         218     // note, these are not set here
-    width: 400
+    width: 800
     height: 800
     color: '#00000000'