fixing the spinner to always be the right size
This commit is contained in:
parent
402bc08d52
commit
6177219482
4 changed files with 10 additions and 10 deletions
|
@ -461,9 +461,10 @@ Item {
|
|||
color: Kirigami.Theme.backgroundColor
|
||||
visible: false
|
||||
|
||||
Controls.BusyIndicator {
|
||||
Presenter.LoadingSpinner {
|
||||
anchors.centerIn: parent
|
||||
running: true
|
||||
running: parent.visible
|
||||
color: Kirigami.Theme.highlightColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue