mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
Qt: Fix GameCube config pane spacing
This commit is contained in:
parent
752098de22
commit
bf05c74f6b
@ -116,6 +116,8 @@ void GameCubePane::CreateWidgets()
|
||||
layout->addWidget(ipl_box);
|
||||
layout->addWidget(device_box);
|
||||
|
||||
layout->addStretch();
|
||||
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user