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:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user