Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
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
NemoMobile
qtquickcontrols-nemo
Commits
75604577
Commit
75604577
authored
Jan 16, 2014
by
Simonas Leleiva
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from SfietKonstantin/spinner
[cleanups] Cleanup spinner
parents
cbcd78ba
d6546d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
Spinner.qml
src/controls/Spinner.qml
+0
-3
No files found.
src/controls/Spinner.qml
View file @
75604577
...
...
@@ -34,10 +34,8 @@ import QtQuick.Controls.Styles.Nemo 1.0
Item
{
id
:
container
// anchors.centerIn: parent
width
:
2
*
Theme
.
spinner
.
radius
+
Theme
.
spinner
.
horizontalSpacing
height
:
2
*
Theme
.
spinner
.
radius
+
Theme
.
spinner
.
verticalSpacing
// visible: enabled
states
:
[
State
{
name
:
"
enabled
"
;
when
:
enabled
}
...
...
@@ -140,7 +138,6 @@ Item {
id
:
animations
loops
:
Animation
.
Infinite
ParallelAnimation
{
onRunningChanged
:
console
.
debug
(
running
)
PropertyAnimation
{
target
:
circle0
property
:
"
color
"
...
...
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