From 2538c2120ddce537574b1fe5b9ff9284b416de3f Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Mon, 10 Nov 2025 02:04:32 +0100 Subject: [PATCH] increase readability --- Modules/Launcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Launcher.qml b/Modules/Launcher.qml index bc59320..f197a2b 100644 --- a/Modules/Launcher.qml +++ b/Modules/Launcher.qml @@ -53,7 +53,7 @@ Scope { implicitHeight: 800 implicitWidth: 600 x: Math.round(( parent.width - width ) / 2 ) - color: "#801a1a1a" + color: "#d01a1a1a" radius: 8 border.color: "#444444" border.width: 1