Qt: fix tty objectname and add tty text color to stylesheet

This commit is contained in:
Megamouse 2017-09-28 15:23:55 +02:00 committed by Ivan
parent 632c8872cd
commit 3067c8bd27
2 changed files with 6 additions and 3 deletions

View file

@ -319,6 +319,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
QString style_log = QString
(
"QTextEdit#tty_frame { background-color: #ffffff; }"
"QLabel#tty_text { color: #000000; }"
"QTextEdit#log_frame { background-color: #ffffff; }"
"QLabel#log_level_always { color: #107896; }"
"QLabel#log_level_fatal { color: #ff00ff; }"