FIFOPlayerWindow: Add stretch to Play/Record tab

This commit is contained in:
Dentomologist 2025-08-17 13:33:40 -07:00
parent 52806b3dc8
commit 6f43f8eef5

View file

@ -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);