mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +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->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…
Add table
Add a link
Reference in a new issue