mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
Constant MENU_TITLE_HEIGHT renamed to MENU_HEADER_HEIGHT
This commit is contained in:
parent
8c95e02ceb
commit
ae16191e76
43 changed files with 86 additions and 99 deletions
|
@ -155,7 +155,7 @@ void menuModelSetup(uint8_t event)
|
|||
int8_t editMode = s_editMode;
|
||||
|
||||
for (uint8_t i=0; i<NUM_BODY_LINES; ++i) {
|
||||
coord_t y = MENU_TITLE_HEIGHT + 1 + i*FH;
|
||||
coord_t y = MENU_HEADER_HEIGHT + 1 + i*FH;
|
||||
uint8_t k = i+s_pgOfs;
|
||||
#if defined(CPUARM)
|
||||
for (int j=0; j<=k; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue