summaryrefslogtreecommitdiffstats
path: root/app/Onscreen.qml
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-13 14:48:20 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-21 22:53:13 +0300
commit98dab0eebc3dc0f567be3f80ab129cbcc71738db (patch)
treea4dad9bda9fd6d3d9819ba920013bf0cf835496c /app/Onscreen.qml
parent9e76cf1b66b40a0e502c667dbbf53164261956b5 (diff)
app: Fixes and some monior tweaks to the qml filesandbox/mvlad/agl-compositor
- app.pro: Remove depends on windowmanager and homescreen when building - app: Fake an event - adjust the window size - add the app state events Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app/Onscreen.qml')
-rw-r--r--app/Onscreen.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Onscreen.qml b/app/Onscreen.qml
index 5e53f98..b08179c 100644
--- a/app/Onscreen.qml
+++ b/app/Onscreen.qml
@@ -4,8 +4,8 @@ import QtQuick.Controls 2.0
Rectangle {
id: mainform
- height: 300
- width: 1000
+ height: 800
+ width: 800
radius:2
gradient: Gradient {