diff options
Diffstat (limited to 'app/Onscreen.qml')
-rw-r--r-- | app/Onscreen.qml | 2 |
1 files changed, 1 insertions, 1 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 |