mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 00:11:31 +00:00
FIFOPlayerWindow: Add stretch to Play/Record tab
This commit is contained in:
parent
52806b3dc8
commit
6f43f8eef5
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ void FIFOPlayerWindow::CreateWidgets()
|
|||
layout->addWidget(info_group);
|
||||
layout->addWidget(playback_group);
|
||||
layout->addWidget(recording_group);
|
||||
layout->addStretch();
|
||||
layout->addWidget(m_button_box);
|
||||
|
||||
m_main_widget = new QWidget(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue