Qt: Don't highlight headings in game list

This commit is contained in:
Connor McLaughlin 2020-01-08 13:38:31 +10:00
parent c03c1451fe
commit 048c6835e5

View file

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