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

This commit is contained in:
Ronan Abhamon 2016-10-24 17:33:02 +02:00
parent 667970c7b8
commit 6e716eefcd
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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