diff --git a/src/duckstation-qt/gamelistwidget.cpp b/src/duckstation-qt/gamelistwidget.cpp index bb85982ef..3e6b898fc 100644 --- a/src/duckstation-qt/gamelistwidget.cpp +++ b/src/duckstation-qt/gamelistwidget.cpp @@ -133,6 +133,7 @@ void GameListWidget::initialize(QtHostInterface* host_interface) m_table_view->setAlternatingRowColors(true); m_table_view->setShowGrid(false); m_table_view->setCurrentIndex({}); + m_table_view->horizontalHeader()->setHighlightSections(false); m_table_view->verticalHeader()->hide(); m_table_view->resizeColumnsToContents();