aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/itemparticle/content/Delegate2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/itemparticle/content/Delegate2.qml')
-rw-r--r--examples/declarative/particles/itemparticle/content/Delegate2.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/declarative/particles/itemparticle/content/Delegate2.qml b/examples/declarative/particles/itemparticle/content/Delegate2.qml
index a05fa348b9..7364ab61b9 100644
--- a/examples/declarative/particles/itemparticle/content/Delegate2.qml
+++ b/examples/declarative/particles/itemparticle/content/Delegate2.qml
@@ -50,16 +50,16 @@ Package {
width: w; height: h;
color: col
rotation: Math.random()*360
- Behavior on rotation{RotationAnimation{}}
+ Behavior on rotation {RotationAnimation {}}
- states: State{
+ states: State {
name: "gridded"
when: root.inGrid
- PropertyChanges{
+ PropertyChanges {
target: wrapper
rotation: 0
}
- ParentChange{
+ ParentChange {
target: wrapper
parent: gridDelegate
x:0