Qt: Fix GameCube config pane spacing

This commit is contained in:
Léo Lam 2018-03-24 18:18:17 +01:00
parent 752098de22
commit bf05c74f6b
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ void GameCubePane::CreateWidgets()
layout->addWidget(ipl_box);
layout->addWidget(device_box);
layout->addStretch();
setLayout(layout);
}