mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Change from radio buttons to combobox, sizing fix and slight reorganization
This commit is contained in:
parent
1ce566f9fd
commit
2647e412ae
3 changed files with 29 additions and 33 deletions
|
@ -47,7 +47,7 @@ SettingsWindow::SettingsWindow(QWidget* parent) : QDialog(parent)
|
|||
wii_pane->OnEmulationStateChanged(state != Core::State::Uninitialized);
|
||||
});
|
||||
|
||||
m_tab_widget->addTab(new AdvancedPane(), tr("Advanced"));
|
||||
m_tab_widget->addTab(GetWrappedWidget(new AdvancedPane, this, 125, 200), tr("Advanced"));
|
||||
|
||||
// Dialog box buttons
|
||||
QDialogButtonBox* close_box = new QDialogButtonBox(QDialogButtonBox::Close);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue