mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Qt/NetPlayBrowser: Prevent word wrap
This commit is contained in:
parent
2abe333ce9
commit
0ef3eced78
@ -64,6 +64,7 @@ void NetPlayBrowser::CreateWidgets()
|
|||||||
|
|
||||||
m_table_widget->setSelectionBehavior(QAbstractItemView::SelectRows);
|
m_table_widget->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||||
m_table_widget->setSelectionMode(QAbstractItemView::SingleSelection);
|
m_table_widget->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||||
|
m_table_widget->setWordWrap(false);
|
||||||
|
|
||||||
m_region_combo = new QComboBox;
|
m_region_combo = new QComboBox;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user