Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
a034d3ff
Commit
a034d3ff
authored
Oct 25, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): little code style fixes
parent
eca28cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CaterpillarAnimation.qml
tests/ui/modules/Common/Animations/CaterpillarAnimation.qml
+1
-1
ExclusiveButtons.qml
tests/ui/modules/Common/Form/ExclusiveButtons.qml
+2
-0
No files found.
tests/ui/modules/Common/Animations/CaterpillarAnimation.qml
View file @
a034d3ff
...
@@ -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
...
...
tests/ui/modules/Common/Form/ExclusiveButtons.qml
View file @
a034d3ff
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment