aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item18.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item18.qml')
-rw-r--r--examples/quick/shapes/content/item18.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shapes/content/item18.qml b/examples/quick/shapes/content/item18.qml
index 3774d19bc5..192438408d 100644
--- a/examples/quick/shapes/content/item18.qml
+++ b/examples/quick/shapes/content/item18.qml
@@ -65,7 +65,7 @@ Rectangle {
strokeWidth: 1
fillColor: "black"
- PathText { x: 0; y: 100; font.family: "Arial"; font.pixelSize: 150; text: "Qt!" }
+ PathText { x: 0; y: 0; font.family: "Arial"; font.pixelSize: 150; text: "Qt!" }
}
}
}