Commit a034d3ff authored by Ronan Abhamon's avatar Ronan Abhamon

fix(app): little code style fixes

parent eca28cc5
...@@ -9,9 +9,9 @@ Row { ...@@ -9,9 +9,9 @@ Row {
property color sphereColor: CaterpillarAnimationStyle.sphere.color property color sphereColor: CaterpillarAnimationStyle.sphere.color
property int animationDuration: CaterpillarAnimationStyle.animation.duration property int animationDuration: CaterpillarAnimationStyle.animation.duration
property int animationSpace: CaterpillarAnimationStyle.animation.space
property int nSpheres: CaterpillarAnimationStyle.nSpheres property int nSpheres: CaterpillarAnimationStyle.nSpheres
property int sphereSize: CaterpillarAnimationStyle.sphere.size property int sphereSize: CaterpillarAnimationStyle.sphere.size
property int animationSpace: CaterpillarAnimationStyle.animation.space
spacing: CaterpillarAnimationStyle.spacing spacing: CaterpillarAnimationStyle.spacing
......
...@@ -11,6 +11,8 @@ Row { ...@@ -11,6 +11,8 @@ Row {
property int selectedButton: 0 property int selectedButton: 0
// Emitted when the selected button is changed.
// Gives the selected button id.
signal clicked (int button) signal clicked (int button)
spacing: ExclusiveButtonsStyle.buttonsSpacing spacing: ExclusiveButtonsStyle.buttonsSpacing
......
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