Qt: add tooltips to show entire grid label text

This commit is contained in:
Brad Parker 2018-07-25 19:52:08 -04:00
parent 4b712fa750
commit 0e86c664ce

View File

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