mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Fix GameCube config pane spacing
This commit is contained in:
@ -116,6 +116,8 @@ void GameCubePane::CreateWidgets()
|
||||
layout->addWidget(ipl_box);
|
||||
layout->addWidget(device_box);
|
||||
|
||||
layout->addStretch();
|
||||
|
||||
setLayout(layout);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user