From 98b269d40541515bc24091533032cc620d43dc33 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 5 Nov 2015 00:40:29 +0300 Subject: [PATCH] [app] Use busy indicator of medium size for bookshelf item --- app/qml/BooksShelfItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/BooksShelfItem.qml b/app/qml/BooksShelfItem.qml index 4769a41..8c31f5e 100644 --- a/app/qml/BooksShelfItem.qml +++ b/app/qml/BooksShelfItem.qml @@ -125,7 +125,7 @@ Item { BusyIndicator { id: busyIndicator anchors.centerIn: parent - size: BusyIndicatorSize.Large + size: BusyIndicatorSize.Medium running: copyingIn || copyingOut }