diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:34:36 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:34:36 (GMT) |
commit | 56f67f2fdf84fe5e7660552c52b67c4e474054dd (patch) | |
tree | 7e1b59cd738432c8a48616621934381ddf2e298c /demos/declarative/samegame/content/BoomBlock.qml | |
parent | 8d9690cca4a13d4951b3d303eb57dbe4e25ce21c (diff) | |
download | Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.zip Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.gz Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.bz2 |
Rename centeredIn to centerIn.
Diffstat (limited to 'demos/declarative/samegame/content/BoomBlock.qml')
-rw-r--r-- | demos/declarative/samegame/content/BoomBlock.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/samegame/content/BoomBlock.qml b/demos/declarative/samegame/content/BoomBlock.qml index a4f4fe9..8a505da 100644 --- a/demos/declarative/samegame/content/BoomBlock.qml +++ b/demos/declarative/samegame/content/BoomBlock.qml @@ -26,7 +26,7 @@ Item { id:block } Particles { id: particles - width:1; height:1; anchors.centeredIn: parent; opacity: 0 + width:1; height:1; anchors.centerIn: parent; opacity: 0 lifeSpan: 700; lifeSpanDeviation: 600; count:0; streamIn: false angle: 0; angleDeviation: 360; velocity: 100; velocityDeviation:30 source: { |