aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/parallax/parallax.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/views/parallax/parallax.qml')
-rw-r--r--examples/quick/views/parallax/parallax.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/views/parallax/parallax.qml b/examples/quick/views/parallax/parallax.qml
index ddcafc1ee1..fad5bee36c 100644
--- a/examples/quick/views/parallax/parallax.qml
+++ b/examples/quick/views/parallax/parallax.qml
@@ -68,7 +68,7 @@ Rectangle {
Loader {
anchors { top: parent.top; topMargin: 10; horizontalCenter: parent.horizontalCenter }
width: 300; height: 400
- clip: true;
+ clip: true;
source: "../../demos/samegame/samegame.qml"
}
}