mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-16 11:24:36 +00:00
Qt: Fix cover title being clipped
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user