mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Qt/Mapping: Remove "Iterative Input" everywhere
This commit is contained in:
@ -35,14 +35,8 @@ void GCKeyboardEmu::CreateMainLayout()
|
||||
CreateGroupBox(QStringLiteral(""), Keyboard::GetGroup(GetPort(), KeyboardGroup::Kb4x)));
|
||||
|
||||
auto* vbox_layout = new QVBoxLayout();
|
||||
auto* options_box =
|
||||
CreateGroupBox(tr("Options"), Keyboard::GetGroup(GetPort(), KeyboardGroup::Options));
|
||||
|
||||
options_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
|
||||
vbox_layout->addWidget(
|
||||
CreateGroupBox(QStringLiteral(""), Keyboard::GetGroup(GetPort(), KeyboardGroup::Kb5x)));
|
||||
vbox_layout->addWidget(options_box);
|
||||
|
||||
m_main_layout->addLayout(vbox_layout);
|
||||
|
||||
|
Reference in New Issue
Block a user