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=c60877d5323111e090dbfe6ae0a0a394c333722a;hp=d18b672cd9033b4f2940eec637de27ec03fb83f6;hpb=b6852864508358930586e083e72cd2912af68674;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]