summaryrefslogtreecommitdiff
path: root/gui/components/Splash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r--gui/components/Splash.qml12
1 files 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 {