From eb300e0bebef17a7a6e96e9e82a32728de569e73 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 20 May 2021 17:05:57 +0200 Subject: [PATCH] Center BusyIndicator --- imports/NeoChat/Page/RoomPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index aafb54723..03ad2c2df 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -101,6 +101,7 @@ Kirigami.ScrollablePage { text: i18n("Loading") QQC2.BusyIndicator { running: loadingIndicator.visible + Layout.alignment: Qt.AlignHCenter } }