diff --git a/Source/Core/DolphinQt/GameList/GameList.cpp b/Source/Core/DolphinQt/GameList/GameList.cpp index 1b0db770a9..483a35b245 100644 --- a/Source/Core/DolphinQt/GameList/GameList.cpp +++ b/Source/Core/DolphinQt/GameList/GameList.cpp @@ -359,7 +359,7 @@ void GameList::MakeGridView() m_grid->setViewMode(QListView::IconMode); m_grid->setResizeMode(QListView::Adjust); - m_grid->setUniformItemSizes(true); + m_grid->setWordWrap(true); m_grid->setContextMenuPolicy(Qt::CustomContextMenu); m_grid->setFrameStyle(QFrame::NoFrame);