mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt/Debugger: Change the row height to same as code/memory widget
This commit is contained in:
parent
32f6d3f62b
commit
41844c1cc5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue