From 41844c1cc5c7e64416fa911c55e65b918e5a73b5 Mon Sep 17 00:00:00 2001 From: container1234 Date: Mon, 23 Apr 2018 00:52:31 +0900 Subject: [PATCH] Qt/Debugger: Change the row height to same as code/memory widget --- Source/Core/DolphinQt2/Debugger/RegisterWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt2/Debugger/RegisterWidget.cpp b/Source/Core/DolphinQt2/Debugger/RegisterWidget.cpp index 9db31e3690..93720cf896 100644 --- a/Source/Core/DolphinQt2/Debugger/RegisterWidget.cpp +++ b/Source/Core/DolphinQt2/Debugger/RegisterWidget.cpp @@ -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);