mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +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…
x
Reference in New Issue
Block a user