mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Qt: Fix GameCube config pane spacing
This commit is contained in:
parent
752098de22
commit
bf05c74f6b
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ void GameCubePane::CreateWidgets()
|
|||
layout->addWidget(ipl_box);
|
||||
layout->addWidget(device_box);
|
||||
|
||||
layout->addStretch();
|
||||
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue