mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Revert "DolphinQt: Minor consistency fixes for the Settings window"
This reverts commit 9d45bac175
.
This commit is contained in:
parent
e69f7e7c77
commit
e376a985e4
10 changed files with 81 additions and 203 deletions
|
@ -179,7 +179,7 @@ void WiiPane::CreateWiiRemoteSettings()
|
|||
auto* wii_remote_settings_group_layout = new QGridLayout();
|
||||
wii_remote_settings_group->setLayout(wii_remote_settings_group_layout);
|
||||
m_main_layout->addWidget(wii_remote_settings_group);
|
||||
m_wiimote_motor = new QCheckBox(tr("Enable Rumble"));
|
||||
m_wiimote_motor = new QCheckBox(tr("Wii Remote Rumble"));
|
||||
|
||||
m_wiimote_sensor_position_label = new QLabel(tr("Sensor Bar Position:"));
|
||||
m_wiimote_ir_sensor_position = new QComboBox();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue