mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Qt/NetPlayBrowser: Prevent word wrap
This commit is contained in:
parent
2abe333ce9
commit
0ef3eced78
1 changed files with 1 additions 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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue