Skip to content

Commit

Permalink
fix(color): focus border clipped on custom throttle check input value (
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Jan 13, 2025
1 parent a0da434 commit 608c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/model/preflight_checks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ PreflightChecks::PreflightChecks() : SubPage(ICON_MODEL_SETUP, STR_MENU_MODEL_SE
});

// Custom Throttle warning value
customThrottleValue = new NumberEdit(parent, {x + ToggleSwitch::TOGGLE_W + PAD_SMALL, 0, 0}, -100, 100,
customThrottleValue = new NumberEdit(parent, {x + ToggleSwitch::TOGGLE_W + PAD_SMALL, y, 0, 0}, -100, 100,
GET_SET_DEFAULT(g_model.customThrottleWarningPosition));
customThrottleValue->show(g_model.enableCustomThrottleWarning);
});
Expand Down

0 comments on commit 608c62b

Please sign in to comment.