summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-15 23:49:24 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-15 23:49:24 +0300
commit573adc19800b9e7a20b7fe9586e7e25bef248060 (patch)
tree9b3d6177ab0e550221f05f37c74be738de85f552
parentc29f8db17fe8ffea187f4fcb8cf2eee1920844b8 (diff)
app/ Modify size of the pop-upsandbox/mvlad/agl-compositor-events-state
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
-rw-r--r--app/Onscreen.qml2
-rw-r--r--app/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Onscreen.qml b/app/Onscreen.qml
index ebb0641..b08179c 100644
--- a/app/Onscreen.qml
+++ b/app/Onscreen.qml
@@ -4,7 +4,7 @@ import QtQuick.Controls 2.0
Rectangle {
id: mainform
- height: 400
+ height: 800
width: 800
radius:2
diff --git a/app/main.qml b/app/main.qml
index 6fc5d1e..b66e454 100644
--- a/app/main.qml
+++ b/app/main.qml
@@ -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'