mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Qt/Debugger: Make spacing more compact
This commit is contained in:
@ -85,6 +85,9 @@ void CodeWidget::CreateWidgets()
|
||||
{
|
||||
auto* layout = new QGridLayout;
|
||||
|
||||
layout->setContentsMargins(2, 2, 2, 2);
|
||||
layout->setSpacing(0);
|
||||
|
||||
m_search_address = new QLineEdit;
|
||||
m_search_symbols = new QLineEdit;
|
||||
m_code_view = new CodeViewWidget;
|
||||
|
Reference in New Issue
Block a user