mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 09:35:47 -04:00
Qt: Don't highlight headings in game list
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user