mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
DolphinQt: Minor consistency fixes for the Settings window
This commit is contained in:
parent
ac6d008008
commit
9d45bac175
10 changed files with 204 additions and 82 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("Wii Remote Rumble"));
|
||||
m_wiimote_motor = new QCheckBox(tr("Enable 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