mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
qol
This commit is contained in:
parent
ae33b8ccce
commit
037f10d90d
@ -102,7 +102,9 @@ void GameGridFrame::PopulateGameGrid(QVector<GameInfo> m_games_search, bool from
|
|||||||
|
|
||||||
name_label->setGraphicsEffect(shadowEffect);
|
name_label->setGraphicsEffect(shadowEffect);
|
||||||
widget->setLayout(layout);
|
widget->setLayout(layout);
|
||||||
QString tooltipText = QString::fromStdString(m_games_[gameCounter].name);
|
QString tooltipText = QString::fromStdString(m_games_[gameCounter].name + " (" +
|
||||||
|
m_games_[gameCounter].version + ", " +
|
||||||
|
m_games_[gameCounter].region + ")");
|
||||||
widget->setToolTip(tooltipText);
|
widget->setToolTip(tooltipText);
|
||||||
QString tooltipStyle = QString("QToolTip {"
|
QString tooltipStyle = QString("QToolTip {"
|
||||||
"background-color: #ffffff;"
|
"background-color: #ffffff;"
|
||||||
|
Loading…
Reference in New Issue
Block a user