aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/content/Sun.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/content/Sun.qml')
-rw-r--r--examples/qml/dynamicscene/content/Sun.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/dynamicscene/content/Sun.qml b/examples/qml/dynamicscene/content/Sun.qml
index e2101a252b..5e867e45aa 100644
--- a/examples/qml/dynamicscene/content/Sun.qml
+++ b/examples/qml/dynamicscene/content/Sun.qml
@@ -49,7 +49,7 @@ Image {
source: image
onCreatedChanged: {
if (created) {
- sun.z = 1; // above the sky but below the ground layer
+ sun.z = 1; // above the sky but below the ground layer
window.activeSuns++;
// once item is created, start moving offscreen
dropYAnim.duration = (window.height + window.centerOffset - sun.y) * 16;