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