Qt/Debugger: Make spacing more compact

This commit is contained in:
spycrab 2018-08-02 21:50:23 +02:00
commit 8d184ab9bd
8 changed files with 26 additions and 3 deletions

View file

@ -102,6 +102,7 @@ void JITWidget::CreateWidgets()
QWidget* widget = new QWidget;
auto* layout = new QVBoxLayout;
layout->setContentsMargins(2, 2, 2, 2);
widget->setLayout(layout);
layout->addWidget(m_table_splitter);