X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-graphics%2Fweb-runtime%2Fweb-runtime%2Fweb-runtime-webkit.qml;h=8025ab12e41e1583a17829efcbdebf8a7b22d509;hb=c090b00f5c466bb111fd99f4a3dacd635044d79f;hp=d18b672cd9033b4f2940eec637de27ec03fb83f6;hpb=0f56ae9d77a3790c152d2dc7ce369e1b6543890e;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml b/recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml index d18b672cd..8025ab12e 100644 --- a/recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml +++ b/recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml @@ -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]