summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-01-02 18:48:57 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-01-03 08:26:01 +0000
commit5f1f26130127423d678a2170c378b5da46e366f3 (patch)
treea1cf4323893a1585a326042e234400464ed9af59 /meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
parentc3ac1033c4f193e8423883b17d768a13b241bb68 (diff)
Disable window decoration and ensure fullscreen
Change-Id: I2c9aad08d58b0da1fb6f362b95472f4a653fd9a3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml')
-rw-r--r--meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
index afe8a77d0..852567a49 100644
--- a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
+++ b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
@@ -6,6 +6,7 @@ ApplicationWindow {
width: 1024
height: 768
visible: true
+ flags: Qt.WindowFullScreen | Qt.FramelessWindowHint
WebEngineView {
url: Qt.application.arguments[1]
anchors.fill: parent