mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 23:32:39 -05: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…
Reference in New Issue
Block a user