Skip to content
Permalink
Browse files
Merge pull request #8029 from spycrab/issue_11680
Qt/NetPlayBrowser: Prevent word wrap
  • Loading branch information
spycrab committed Apr 23, 2019
2 parents 8e3d120 + 0ef3ece commit 127b4e7
Showing 1 changed file with 1 addition and 0 deletions.
@@ -64,6 +64,7 @@ void NetPlayBrowser::CreateWidgets()

m_table_widget->setSelectionBehavior(QAbstractItemView::SelectRows);
m_table_widget->setSelectionMode(QAbstractItemView::SingleSelection);
m_table_widget->setWordWrap(false);

m_region_combo = new QComboBox;

0 comments on commit 127b4e7

Please sign in to comment.