From 79d25833bfd261c36d954cf57845e5a416aaf849 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 30 Sep 2021 23:37:32 +0200 Subject: [ui] size tweaks and new assets plus work on the systray menu --- gui/components/Splash.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/components/Splash.qml') diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 16f1b9d..625ab18 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -32,8 +32,9 @@ Page { ProgressBar { id: splashProgress - anchors.horizontalCenter: parent.horizontalCenter + width: appWidth * 0.8 - 60 indeterminate: true + anchors.horizontalCenter: parent.horizontalCenter } InitErrors { -- cgit v1.2.3