Skip to content
Permalink
Browse files
Merge pull request #7947 from spycrab/issue_11637
Qt/GCMemcardManager: Don't bold the header
  • Loading branch information
spycrab committed Mar 30, 2019
2 parents 0bce1c5 + 3d84dbe commit 2dd5643
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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);

0 comments on commit 2dd5643

Please sign in to comment.