mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/Debugger: Make spacing more compact
This commit is contained in:
@ -87,6 +87,7 @@ void RegisterWidget::CreateWidgets()
|
||||
QWidget* widget = new QWidget;
|
||||
auto* layout = new QVBoxLayout;
|
||||
layout->addWidget(m_table);
|
||||
layout->setContentsMargins(2, 2, 2, 2);
|
||||
widget->setLayout(layout);
|
||||
|
||||
setWidget(widget);
|
||||
|
Reference in New Issue
Block a user