mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
add space for fourth digit
This commit is contained in:
parent
ffce2c9a57
commit
f538ee4e60
1 changed files with 2 additions and 2 deletions
|
@ -921,9 +921,9 @@ OSD.constants = {
|
||||||
} else {
|
} else {
|
||||||
if (OSD.data.preferences.units === 0) {
|
if (OSD.data.preferences.units === 0) {
|
||||||
// imperial
|
// imperial
|
||||||
return '118' + FONT.symbol(SYM.ALT_FT);
|
return ' 118' + FONT.symbol(SYM.ALT_FT);
|
||||||
}
|
}
|
||||||
return '399' + FONT.symbol(SYM.ALT_M);
|
return ' 399' + FONT.symbol(SYM.ALT_M);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue