Qt: Centre region flags in game list

This commit is contained in:
TheLastRar 2025-04-08 22:37:26 +01:00 committed by lightningterror
parent cbc3c4e6eb
commit 123cd3a092
1 changed files with 1 additions and 0 deletions

View File

@ -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();