Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Dec 16, 2024
1 parent f54c97d commit 38874cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/legacy/launchimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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; }"
Expand Down

0 comments on commit 38874cb

Please sign in to comment.