mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 00:32:04 +00:00
DolphinQt: Fix ControllersPane group box spacing.
This commit is contained in:
parent
89b8edea03
commit
344080b7a9
@ -32,4 +32,5 @@ void ControllersPane::CreateMainLayout()
|
||||
layout->addWidget(gamecube_controllers);
|
||||
layout->addWidget(m_wiimote_controllers);
|
||||
layout->addWidget(common);
|
||||
layout->addStretch(1);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user