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 {
property int sphereSize: CaterpillarAnimationStyle.sphere.size
property int animationSpace: CaterpillarAnimationStyle.animation.space
spacing: 6
spacing: CaterpillarAnimationStyle.spacing
Repeater {
id: repeater
......
......@@ -7,6 +7,7 @@ import Common 1.0
QtObject {
property int nSpheres: 3
property int spacing: 6
property QtObject animation: QtObject {
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