mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Fixing check marks
This commit is contained in:
parent
bb7ccd394b
commit
5ab35212c8
@ -187,7 +187,7 @@ void WindowThemes::SetWindowTheme(Theme theme, QLineEdit* mw_searchbar) {
|
||||
themePalette.setColor(QPalette::BrightText, Qt::red);
|
||||
themePalette.setColor(QPalette::Link, QColor(42, 130, 218));
|
||||
themePalette.setColor(QPalette::Highlight, QColor(42, 130, 218));
|
||||
themePalette.setColor(QPalette::HighlightedText, Qt::black);
|
||||
themePalette.setColor(QPalette::HighlightedText, Qt::white);
|
||||
qApp->setPalette(themePalette);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user