Center BusyIndicator

This commit is contained in:
Carl Schwan
2021-05-20 17:05:57 +02:00
parent 141d1d15d5
commit eb300e0beb

View File

@@ -101,6 +101,7 @@ Kirigami.ScrollablePage {
text: i18n("Loading")
QQC2.BusyIndicator {
running: loadingIndicator.visible
Layout.alignment: Qt.AlignHCenter
}
}