summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-14 22:25:23 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-14 22:26:42 +0300
commit3007e9ca8e0636e6a2a4e61eb113869bfcc1385b (patch)
treed9d1d3e7516185fa066a8985649f8ecffd7ab49e /app
parent5ff34f7922891022d6af92bb01c415e282b1d0fd (diff)
Adjust the window size
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app')
-rw-r--r--app/Onscreen.qml4
-rw-r--r--app/main.qml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/Onscreen.qml b/app/Onscreen.qml
index 5e53f98..ebb0641 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: 400
+ width: 800
radius:2
gradient: Gradient {
diff --git a/app/main.qml b/app/main.qml
index dd478c3..6fc5d1e 100644
--- a/app/main.qml
+++ b/app/main.qml
@@ -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 {