aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/imageparticle/sprites.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/imageparticle/sprites.qml')
-rw-r--r--examples/declarative/particles/imageparticle/sprites.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/particles/imageparticle/sprites.qml b/examples/declarative/particles/imageparticle/sprites.qml
index dfc4447e45..aba6454072 100644
--- a/examples/declarative/particles/imageparticle/sprites.qml
+++ b/examples/declarative/particles/imageparticle/sprites.qml
@@ -57,7 +57,8 @@ Rectangle {
width: 250
height: 250
x: 20
- y: 20
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 20
z:4
}