[app] Use busy indicator of medium size for bookshelf item

This commit is contained in:
Slava Monich 2015-11-05 00:40:29 +03:00
parent cd2ada4654
commit 98b269d405

View file

@ -125,7 +125,7 @@ Item {
BusyIndicator {
id: busyIndicator
anchors.centerIn: parent
size: BusyIndicatorSize.Large
size: BusyIndicatorSize.Medium
running: copyingIn || copyingOut
}