summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/web-runtime/web-runtime/web-runtime-webkit.qml4
-rw-r--r--recipes-graphics/web-runtime/web-runtime/web-runtime.qml4
2 files changed, 4 insertions, 4 deletions
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 d18b672c..8025ab12 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]
diff --git a/recipes-graphics/web-runtime/web-runtime/web-runtime.qml b/recipes-graphics/web-runtime/web-runtime/web-runtime.qml
index 852567a4..3efe5159 100644
--- a/recipes-graphics/web-runtime/web-runtime/web-runtime.qml
+++ b/recipes-graphics/web-runtime/web-runtime/web-runtime.qml
@@ -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 {