fixing the spinner to always be the right size

This commit is contained in:
Chris Cochrun 2024-04-12 07:22:59 -05:00
parent 402bc08d52
commit 6177219482
4 changed files with 10 additions and 10 deletions

View file

@ -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
}
}
}