fix tooltip color

This commit is contained in:
faith 2024-12-06 13:35:55 +08:00
parent 3862ed6a59
commit 3bb502bf79

View File

@ -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;