Qt: Fix cover title being clipped

pull/3582/head
Stenzek 3 weeks ago
parent 848833b687
commit 3a806738b9
No known key found for this signature in database

@ -776,8 +776,6 @@ QVariant GameListModel::data(const QModelIndex& index, int role, const GameList:
{
case Column_Icon:
return QSize(getIconColumnWidth(), m_row_height);
case Column_Cover:
return getCoverArtSize();
default:
return {};
}

Loading…
Cancel
Save