mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Fix ControllersPane group box spacing.
This commit is contained in:
@ -32,4 +32,5 @@ void ControllersPane::CreateMainLayout()
|
||||
layout->addWidget(gamecube_controllers);
|
||||
layout->addWidget(m_wiimote_controllers);
|
||||
layout->addWidget(common);
|
||||
layout->addStretch(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user