Qt: Fix cover title being clipped

This commit is contained in:
Stenzek
2025-10-05 23:09:11 +10:00
parent 848833b687
commit 3a806738b9

View File

@@ -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 {};
}