-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make splash screen text white, themeable #5149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Themeable solution, part 1.
This should probably be squashed into one commit if/when merged. |
@Spekular I recommend doing it without code changes if possible... QSplashScreen QLabel {
color: white;
} |
Huh. Will fix. |
I tested @tresf's solution locally. It seems to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tresf 's suggestions
Make splash screen text white Closes LMMS#5023
Closes #5023