fix(app): little code style fixes

This commit is contained in:
Ronan Abhamon 2016-10-25 11:58:50 +02:00
parent eca28cc5ae
commit a034d3ffd3
2 changed files with 3 additions and 1 deletions

View file

@ -9,9 +9,9 @@ Row {
property color sphereColor: CaterpillarAnimationStyle.sphere.color
property int animationDuration: CaterpillarAnimationStyle.animation.duration
property int animationSpace: CaterpillarAnimationStyle.animation.space
property int nSpheres: CaterpillarAnimationStyle.nSpheres
property int sphereSize: CaterpillarAnimationStyle.sphere.size
property int animationSpace: CaterpillarAnimationStyle.animation.space
spacing: CaterpillarAnimationStyle.spacing

View file

@ -11,6 +11,8 @@ Row {
property int selectedButton: 0
// Emitted when the selected button is changed.
// Gives the selected button id.
signal clicked (int button)
spacing: ExclusiveButtonsStyle.buttonsSpacing