DolphinQt: Renamed "Range" to "Multiplier" in advanced mapping window. Removed the slider. Moved the spin box.

This commit is contained in:
Jordan Woyak
2022-05-31 00:31:42 -05:00
parent e18053d307
commit 87fb42b64c
2 changed files with 22 additions and 23 deletions

View File

@ -105,9 +105,8 @@ private:
// Options
QTableWidget* m_option_list;
// Range
QSlider* m_range_slider;
QSpinBox* m_range_spinbox;
// Scalar
QSpinBox* m_scalar_spinbox;
// Shared actions
QPushButton* m_select_button;