aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/quick/window/window.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/window/window.qml b/examples/quick/window/window.qml
index 67e2ba40ff..00daec7ff1 100644
--- a/examples/quick/window/window.qml
+++ b/examples/quick/window/window.qml
@@ -140,6 +140,7 @@ QtObject {
height: 240
color: "#215400"
title: "Test Window with color " + color
+ flags: Qt.Window | Qt.WindowFullscreenButtonHint
Rectangle {
anchors.fill: parent
anchors.margins: defaultSpacing