Use new HCircleProgressBar for HBusyIndicator

This commit is contained in:
miruka
2019-11-06 14:29:32 -04:00
parent f9fd8055f2
commit 8eca875499
7 changed files with 24 additions and 37 deletions

View File

@@ -46,6 +46,8 @@ HPage {
HLoader {
source: ready ? "ChatSplitView.qml" : "../Base/HBusyIndicator.qml"
Layout.preferredWidth: ready ? -1 : 96
Layout.preferredHeight: Layout.preferredWidth
Layout.fillWidth: ready
Layout.fillHeight: ready
Layout.alignment: Qt.AlignCenter