mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/Debugger: Make spacing more compact
This commit is contained in:
@ -26,7 +26,7 @@ MemoryViewWidget::MemoryViewWidget(QWidget* parent) : QTableWidget(parent)
|
||||
{
|
||||
horizontalHeader()->hide();
|
||||
verticalHeader()->hide();
|
||||
verticalScrollBar()->setHidden(true);
|
||||
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
setShowGrid(false);
|
||||
|
||||
setFont(Settings::Instance().GetDebugFont());
|
||||
|
Reference in New Issue
Block a user