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
commit 127b4e77ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;