mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
minor adjustments to the interface and translation (#3531)
* minor adjustments to the interface and translation * + Deadzone Offset (def 0.50): 0.50 Speed Multiplier (def 1.0): 1.0 Speed Offset (def 0.125): 0.125 Log position adjustment * RGB RED GREEN BLUE * + -
This commit is contained in:
@@ -142,8 +142,8 @@ LogPresetsDialog::LogPresetsDialog(std::shared_ptr<gui_settings> gui_settings, Q
|
||||
root->addWidget(m_table);
|
||||
|
||||
auto* buttons_layout = new QHBoxLayout();
|
||||
m_add_btn = new QPushButton(tr("+"), this);
|
||||
m_remove_btn = new QPushButton(tr("-"), this);
|
||||
m_add_btn = new QPushButton("+", this);
|
||||
m_remove_btn = new QPushButton("-", this);
|
||||
m_load_btn = new QPushButton(tr("Load"), this);
|
||||
m_close_btn = new QPushButton(tr("Close"), this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user