1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-10-18 14:46:30 +02:00
parent 5e111dd00c
commit e2f84b8047
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
108 changed files with 791 additions and 1035 deletions

View file

@ -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: