Commit 75604577 authored by Simonas Leleiva's avatar Simonas Leleiva

Merge pull request #22 from SfietKonstantin/spinner

[cleanups] Cleanup spinner
parents cbcd78ba d6546d6c
......@@ -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"
......
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