[app] Use busy indicator of medium size for bookshelf item
This commit is contained in:
parent
cd2ada4654
commit
98b269d405
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Item {
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: busyIndicator
|
id: busyIndicator
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
size: BusyIndicatorSize.Large
|
size: BusyIndicatorSize.Medium
|
||||||
running: copyingIn || copyingOut
|
running: copyingIn || copyingOut
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue