Qt/GCMemcardManager: Don't bold the header

This commit is contained in:
spycrab 2019-03-30 20:20:46 +01:00
parent 0bce1c509d
commit 3d84dbe649
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ void GCMemcardManager::CreateWidgets()
m_slot_table[i]->setSelectionMode(QAbstractItemView::ExtendedSelection);
m_slot_table[i]->setSelectionBehavior(QAbstractItemView::SelectRows);
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]->setShowGrid(false);