Merge pull request #8029 from spycrab/issue_11680

Qt/NetPlayBrowser: Prevent word wrap
This commit is contained in:
spycrab
2019-04-23 23:08:41 +02:00
committed by GitHub

View File

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