mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:43:23 +00:00
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
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue