diff options
Diffstat (limited to 'app/main.qml')
-rw-r--r-- | app/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/main.qml b/app/main.qml index 4bf54ce..6f46e4b 100644 --- a/app/main.qml +++ b/app/main.qml @@ -23,8 +23,8 @@ import AGL.Demo.Controls 1.0 ApplicationWindow { id: root visible: true - width: 1079 - height: 400 + width: 1080 + height: 1488 color: "#00000000" // function qmlOnScreenMessage(text) { |