diff options
-rw-r--r-- | app/Onscreen.qml | 2 | ||||
-rw-r--r-- | app/main.qml | 2 |
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' |