mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 22:58:39 +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);
|
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…
Add table
Add a link
Reference in a new issue