Merge branch 'next'
[AGL/meta-agl-demo.git] / recipes-graphics / web-runtime / web-runtime / web-runtime-webkit.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]