stylesheets: move white header section to default stylesheet

This commit is contained in:
Megamouse 2017-08-15 22:04:08 +02:00 committed by Ani
parent ea462ae7d7
commit a18fddb831
3 changed files with 3 additions and 9 deletions

View file

@ -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))
{