Skip to content
Permalink
Browse files
Merge pull request #7899 from spycrab/qt_netplay_bold
Qt/NetPlayDialog: Don't bold the player table headers
  • Loading branch information
JMC47 committed Mar 16, 2019
2 parents 2a9f01c + 2046f93 commit ae53318
Showing 1 changed file with 1 addition and 0 deletions.
@@ -238,6 +238,7 @@ void NetPlayDialog::CreatePlayersLayout()
m_players_list->verticalHeader()->hide();
m_players_list->setSelectionBehavior(QAbstractItemView::SelectRows);
m_players_list->horizontalHeader()->setStretchLastSection(true);
m_players_list->horizontalHeader()->setHighlightSections(false);

for (int i = 0; i < 4; i++)
m_players_list->horizontalHeader()->setSectionResizeMode(i, QHeaderView::ResizeToContents);

0 comments on commit ae53318

Please sign in to comment.