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:
parent
3eabb80398
commit
e0e3b63601
@ -58,8 +58,9 @@ Kirigami.ApplicationWindow {
|
||||
BusyIndicator {
|
||||
id: busy
|
||||
running: false
|
||||
anchors.fill: parent
|
||||
anchors.margins: Kirigami.Units.gridUnit
|
||||
height: 6 * Kirigami.Units.gridUnit
|
||||
width: 6 * Kirigami.Units.gridUnit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
|
||||
function showBusy() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user