Commit 6e716eef authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Animations/CaterpillarAnimation): use file style to set `spacing` attribute

parent 667970c7
...@@ -13,7 +13,7 @@ Row { ...@@ -13,7 +13,7 @@ Row {
property int sphereSize: CaterpillarAnimationStyle.sphere.size property int sphereSize: CaterpillarAnimationStyle.sphere.size
property int animationSpace: CaterpillarAnimationStyle.animation.space property int animationSpace: CaterpillarAnimationStyle.animation.space
spacing: 6 spacing: CaterpillarAnimationStyle.spacing
Repeater { Repeater {
id: repeater id: repeater
......
...@@ -7,6 +7,7 @@ import Common 1.0 ...@@ -7,6 +7,7 @@ import Common 1.0
QtObject { QtObject {
property int nSpheres: 3 property int nSpheres: 3
property int spacing: 6
property QtObject animation: QtObject { property QtObject animation: QtObject {
property int duration: 200 property int duration: 200
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment