mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
fix tooltip color
This commit is contained in:
parent
3862ed6a59
commit
3bb502bf79
@ -218,6 +218,8 @@ void GameListFrame::SetCompatibilityItem(int row, int column, CompatibilityEntry
|
||||
QWidget* widget = new QWidget(this);
|
||||
QGridLayout* layout = new QGridLayout(widget);
|
||||
|
||||
widget->setStyleSheet("QToolTip {background-color: black; color: white;}");
|
||||
|
||||
QColor color;
|
||||
QString tooltip_string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user