mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Align altitude left in OSD
This commit is contained in:
parent
a5b5c7d737
commit
2dcf303608
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ OSD.constants = {
|
|||
draw_order: 160,
|
||||
positionable: true,
|
||||
preview: function (osd_data) {
|
||||
return FONT.symbol(SYM.ALTITUDE) + ' 399.7' + FONT.symbol(osd_data.unit_mode === 0 ? SYM.FEET : SYM.METRE);
|
||||
return FONT.symbol(SYM.ALTITUDE) + '399.7' + FONT.symbol(osd_data.unit_mode === 0 ? SYM.FEET : SYM.METRE);
|
||||
}
|
||||
},
|
||||
ONTIME: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue