1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 02:42:52 +02:00

some look and feel improvements

This commit is contained in:
Michael Zanetti
2012-12-20 00:02:11 +01:00
parent bf2ac533e0
commit dde7501162
6 changed files with 67 additions and 12 deletions

View File

@@ -84,21 +84,14 @@ Rectangle {
}
}
Image {
BusyIndicator {
id: busyIndicator
source: "../images/loading-animation.svg"
anchors.centerIn: parent
height: defaultFontHeight * 4
width: height
visible: mainView.loading
RotationAnimation {
target: busyIndicator
from: 0
to: 360
duration: 1500
running: true
loops: Animation.Infinite
}
running: mainView.loading
}
}