mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
stylesheets: make toolbar styles more accessible
This commit is contained in:
parent
a18fddb831
commit
a0176775ff
7 changed files with 26 additions and 64 deletions
|
|
@ -287,7 +287,11 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
|
|||
QFile file(sheetFilePath);
|
||||
if (sheetFilePath == "")
|
||||
{
|
||||
setStyleSheet("QWidget#header_section {background-color: #ffffff}");
|
||||
setStyleSheet(
|
||||
"QWidget#header_section { background-color: #ffffff; }"
|
||||
"QLineEdit#mw_searchbar { margin-left:14px; }"
|
||||
"QLineEdit#tb_searchbar { background: transparent; }"
|
||||
);
|
||||
}
|
||||
else if (file.open(QIODevice::ReadOnly | QIODevice::Text))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue