mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
stylesheets: move white header section to default stylesheet
This commit is contained in:
parent
ea462ae7d7
commit
a18fddb831
3 changed files with 3 additions and 9 deletions
|
|
@ -287,7 +287,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
|
|||
QFile file(sheetFilePath);
|
||||
if (sheetFilePath == "")
|
||||
{
|
||||
setStyleSheet("");
|
||||
setStyleSheet("QWidget#header_section {background-color: #ffffff}");
|
||||
}
|
||||
else if (file.open(QIODevice::ReadOnly | QIODevice::Text))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue