Skip to content

Commit

Permalink
Qt/NetPlayDialog: Don't bold the player table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Mar 16, 2019
1 parent 861fc42 commit 2046f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 2046f93

Please sign in to comment.