Qt/NetPlayBrowser: Prevent word wrap

This commit is contained in:
spycrab 2019-04-23 18:55:40 +02:00
parent 2abe333ce9
commit 0ef3eced78

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;