mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15:40 +00:00
Qt: Don't highlight headings in game list
This commit is contained in:
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…
Reference in a new issue