web-runtime: Set dimension to 1080x1488 89/15789/3
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 26 Jul 2018 17:06:19 +0000 (19:06 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Aug 2018 16:05:23 +0000 (16:05 +0000)
Bug-AGL: SPEC-1346

Change-Id: I60250350bbef29ca5b406c25dfe24176deda81f0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml
recipes-graphics/web-runtime/web-runtime/web-runtime.qml

index d18b672..8025ab1 100644 (file)
@@ -3,8 +3,8 @@ import QtQuick.Controls 1.1
 import QtWebKit 3.0
 
 ApplicationWindow {
-       width: 1024
-       height: 768
+       width: 1080
+       height: 1488
        visible: true
        WebView {
                url: Qt.application.arguments[1]
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 {