Qt/NetPlayDialog: Don't bold the player table headers

This commit is contained in:
spycrab 2019-03-16 15:44:03 +01:00
parent 861fc42fc9
commit 2046f93de8

View file

@ -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);