From 123cd3a092b28291300e65794fcc1620f9d0a85b Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Tue, 8 Apr 2025 22:37:26 +0100 Subject: [PATCH] Qt: Centre region flags in game list --- pcsx2-qt/GameList/GameListWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2-qt/GameList/GameListWidget.cpp b/pcsx2-qt/GameList/GameListWidget.cpp index f2f1af7993..d909960dc6 100644 --- a/pcsx2-qt/GameList/GameListWidget.cpp +++ b/pcsx2-qt/GameList/GameListWidget.cpp @@ -222,6 +222,7 @@ void GameListWidget::initialize() m_table_view->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn); m_table_view->setVerticalScrollMode(QAbstractItemView::ScrollMode::ScrollPerPixel); m_table_view->setItemDelegateForColumn(0, new GameListIconStyleDelegate(this)); + m_table_view->setItemDelegateForColumn(8, new GameListIconStyleDelegate(this)); loadTableViewColumnVisibilitySettings(); loadTableViewColumnSortSettings();