mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Use addLayout
instead of addItem
when adding layouts
This commit is contained in:
@ -73,7 +73,7 @@ void IOWindow::CreateMainLayout()
|
||||
m_range_slider->setMaximum(500);
|
||||
m_range_spinbox->setMinimum(-500);
|
||||
m_range_spinbox->setMaximum(500);
|
||||
m_main_layout->addItem(range_hbox);
|
||||
m_main_layout->addLayout(range_hbox);
|
||||
|
||||
// Options (Buttons, Outputs) and action buttons
|
||||
for (QPushButton* button : {m_select_button, m_detect_button, m_or_button, m_and_button,
|
||||
|
Reference in New Issue
Block a user