mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
stylesheets: fix gamegrid font
This commit is contained in:
parent
0020359b8f
commit
e668ecd453
4 changed files with 17 additions and 9 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue