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:
DanielSvoboda
2025-09-06 13:22:26 -03:00
committed by GitHub
parent 53181b005c
commit 7db456299e
7 changed files with 621 additions and 237 deletions

View File

@@ -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);