X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Fweb-runtime%2Fweb-runtime%2Fweb-runtime.qml;fp=meta-app-framework%2Frecipes-core%2Fweb-runtime%2Fweb-runtime%2Fweb-runtime.qml;h=852567a49d701ebaa993ec3aeac6be51dde67828;hb=5f1f26130127423d678a2170c378b5da46e366f3;hp=afe8a77d074d75e5674b225158f31bafb193a16c;hpb=c3ac1033c4f193e8423883b17d768a13b241bb68;p=AGL%2Fmeta-agl.git 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