From c79ab638d9fb8cdce843c73090eeff9ef94a02f6 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 16 Sep 2021 17:23:42 +0200 Subject: [ui] progress bar --- gui/components/Splash.qml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index f8ba06a..0529d76 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -19,14 +19,20 @@ Page { Image { id: connectionImage - height: 200 + height: 180 anchors.horizontalCenter: parent.horizontalCenter source: "../resources/icon-noshield.svg" fillMode: Image.PreserveAspectFit } - Spinner { - id: splashSpinner + VerticalSpacer { + visible: true + height: root.height * 0.10 + } + + ProgressBar { + anchors.horizontalCenter: parent.horizontalCenter + indeterminate: true } InitErrors { -- cgit v1.2.3