web-runtime: Set dimension to 1080x1488
[AGL/meta-agl-demo.git] / recipes-graphics / web-runtime / web-runtime / web-runtime.qml
index 852567a..3efe515 100644 (file)
@@ -3,8 +3,8 @@ import QtQuick.Controls 1.1
 import QtWebEngine 1.1
 
 ApplicationWindow {
-       width: 1024
-       height: 768
+       width: 1080
+       height: 1488
        visible: true
        flags: Qt.WindowFullScreen | Qt.FramelessWindowHint
        WebEngineView {