mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
qol
This commit is contained in:
parent
ae33b8ccce
commit
037f10d90d
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@ void GameGridFrame::PopulateGameGrid(QVector<GameInfo> m_games_search, bool from
|
|||
|
||||
name_label->setGraphicsEffect(shadowEffect);
|
||||
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);
|
||||
QString tooltipStyle = QString("QToolTip {"
|
||||
"background-color: #ffffff;"
|
||||
|
|
Loading…
Add table
Reference in a new issue