aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml')
-rw-r--r--examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml b/examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml
index e6fcb6dcf7..b01ae8b623 100644
--- a/examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml
+++ b/examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml
@@ -69,7 +69,7 @@ import "../../../modelviews/listview/content"
border.color: "orange"
radius: 5
}
- Image{
+ Image {
anchors.fill:parent
anchors.margins: -32
source: "bubble.png"
@@ -187,7 +187,7 @@ import "../../../modelviews/listview/content"
//The only strictly necessary particle specific lines
to: "Details"
reversible: true
- ScriptAction{script:{
+ ScriptAction {script: {
if(state == "Details")
mp.freeze(index);
else