mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
fix(Animations/CaterpillarAnimation): use file style to set spacing attribute
This commit is contained in:
parent
667970c7b8
commit
6e716eefcd
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue