Qt: Don't highlight headings in game list

pull/22/head
Connor McLaughlin 5 years ago
parent c03c1451fe
commit 048c6835e5

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

Loading…
Cancel
Save