mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Qt/Debugger: Change the row height to same as code/memory widget
This commit is contained in:
parent
32f6d3f62b
commit
41844c1cc5
@ -72,6 +72,7 @@ void RegisterWidget::CreateWidgets()
|
||||
m_table->setColumnCount(9);
|
||||
|
||||
m_table->verticalHeader()->setVisible(false);
|
||||
m_table->verticalHeader()->setDefaultSectionSize(24);
|
||||
m_table->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
m_table->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user