mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 01:12:33 +00:00
fix background splash screens
This commit is contained in:
parent
517d7f04c6
commit
93ab94f6ad
@ -183,12 +183,6 @@ void WindowThemes::SetWindowTheme(Theme theme, QLineEdit* mw_searchbar) {
|
|||||||
themePalette.setColor(QPalette::Highlight, QColor(42, 130, 218));
|
themePalette.setColor(QPalette::Highlight, QColor(42, 130, 218));
|
||||||
themePalette.setColor(QPalette::HighlightedText, Qt::black);
|
themePalette.setColor(QPalette::HighlightedText, Qt::black);
|
||||||
qApp->setPalette(themePalette);
|
qApp->setPalette(themePalette);
|
||||||
qApp->setStyleSheet("QLineEdit {"
|
|
||||||
"background-color: #000000; color: #ffffff; border: 1px solid #a0a0a0; "
|
|
||||||
"border-radius: 4px; padding: 5px; }"
|
|
||||||
|
|
||||||
"QCheckBox::indicator:unchecked {"
|
|
||||||
"border: 1px solid #808080; border-radius: 4px; }");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user