Mobile/filtering: make busy indicator smaller

Suggested-by: Jan Mulder <jlmulder@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-10-23 22:44:09 +01:00
parent 3eabb80398
commit e0e3b63601

View file

@ -58,8 +58,9 @@ Kirigami.ApplicationWindow {
BusyIndicator { BusyIndicator {
id: busy id: busy
running: false running: false
anchors.fill: parent height: 6 * Kirigami.Units.gridUnit
anchors.margins: Kirigami.Units.gridUnit width: 6 * Kirigami.Units.gridUnit
anchors.centerIn: parent
} }
function showBusy() { function showBusy() {