Disable window decoration and ensure fullscreen
[AGL/meta-agl.git] / meta-app-framework / recipes-core / web-runtime / web-runtime / web-runtime.qml
index afe8a77..852567a 100644 (file)
@@ -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