stylesheets: fix gamegrid font

This commit is contained in:
Megamouse 2017-08-16 09:41:09 +02:00 committed by Ani
parent 0020359b8f
commit e668ecd453
4 changed files with 17 additions and 9 deletions

View file

@ -291,6 +291,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
"QWidget#header_section { background-color: #ffffff; }"
"QLineEdit#mw_searchbar { margin-left:14px; }"
"QLineEdit#tb_searchbar { background: transparent; }"
"QLabel#gamegrid_font { font-weight: 600; font-size: 8pt; font-family: Lucida Grande; color: rgba(51, 51, 51, 255); }"
);
}
else if (file.open(QIODevice::ReadOnly | QIODevice::Text))