mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Cosmetics
This commit is contained in:
parent
5e111dd00c
commit
e2f84b8047
108 changed files with 791 additions and 1035 deletions
|
@ -113,7 +113,7 @@ void menuModelExpoOne(event_t event)
|
|||
|
||||
case EXPO_FIELD_WEIGHT:
|
||||
lcdDrawTextAlignedLeft(y, STR_WEIGHT);
|
||||
ed->weight = GVAR_MENU_ITEM(EXPO_ONE_2ND_COLUMN, y, ed->weight, MIN_EXPO_WEIGHT, 100, RIGHT | attr, 0, event);
|
||||
ed->weight = GVAR_MENU_ITEM(EXPO_ONE_2ND_COLUMN, y, ed->weight, -100, 100, RIGHT | attr, 0, event);
|
||||
break;
|
||||
|
||||
case EXPO_FIELD_OFFSET:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue