From 38874cb952fb730afb563f9cb13fda0853542fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Mon, 16 Dec 2024 10:38:50 +0100 Subject: [PATCH] code style --- src/skin/legacy/launchimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skin/legacy/launchimage.cpp b/src/skin/legacy/launchimage.cpp index f7aa66b7e22..54eb0b9ba1b 100644 --- a/src/skin/legacy/launchimage.cpp +++ b/src/skin/legacy/launchimage.cpp @@ -42,7 +42,7 @@ LaunchImage::LaunchImage(QWidget* pParent, const QString& styleSheet) "max-width: 236px;" "max-height: 3px;" "}" - "QProgressBar::chunk { background-color: #f3efed; }"); + "QProgressBar::chunk { background-color: #f3efed; }"); } else if (styleSheet.isEmpty()) { setStyleSheet( "LaunchImage { background-color: #202020; }"