mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 02:37:23 +00:00
Qt: add tooltips to show entire grid label text
This commit is contained in:
parent
4b712fa750
commit
0e86c664ce
@ -3306,6 +3306,7 @@ void MainWindow::addPlaylistHashToGrid(const QVector<QHash<QString, QString> > &
|
||||
newLabel = new QLabel(item->labelText, item->widget);
|
||||
newLabel->setObjectName("thumbnailQLabel");
|
||||
newLabel->setAlignment(Qt::AlignCenter);
|
||||
newLabel->setToolTip(item->labelText);
|
||||
|
||||
calcGridItemSize(item, zoomValue);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user