From 3dab62646962fbc26f6741efd9a2d94fef1add7f Mon Sep 17 00:00:00 2001 From: jkito <belter@riseup.net> Date: Fri, 2 Aug 2024 18:07:06 +0530 Subject: [PATCH] gui: reduce size of splash screen image --- gui/components/Splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 2b374b9c..c9351804 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -53,7 +53,7 @@ Page { Image { id: connectionImage - height: 180 + height: 135 width: parent.width anchors.horizontalCenter: parent.horizontalCenter source: customTheme.iconSplash -- GitLab