diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml
index f8ba06a286c1d9e662af5503d0351d4be08bca5f..0529d765628cbfc28dc4a855d1150be1a72088ea 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 {