Merge pull request #7947 from spycrab/issue_11637

Qt/GCMemcardManager: Don't bold the header
This commit is contained in:
spycrab
2019-03-30 23:13:28 +01:00
committed by GitHub

View File

@ -84,6 +84,7 @@ void GCMemcardManager::CreateWidgets()
m_slot_table[i]->setSelectionMode(QAbstractItemView::ExtendedSelection); m_slot_table[i]->setSelectionMode(QAbstractItemView::ExtendedSelection);
m_slot_table[i]->setSelectionBehavior(QAbstractItemView::SelectRows); m_slot_table[i]->setSelectionBehavior(QAbstractItemView::SelectRows);
m_slot_table[i]->horizontalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents); m_slot_table[i]->horizontalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents);
m_slot_table[i]->horizontalHeader()->setHighlightSections(false);
m_slot_table[i]->verticalHeader()->hide(); m_slot_table[i]->verticalHeader()->hide();
m_slot_table[i]->setShowGrid(false); m_slot_table[i]->setShowGrid(false);