mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 00:16:23 +00:00
fix(app): little code style fixes
This commit is contained in:
parent
eca28cc5ae
commit
a034d3ffd3
2 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue