Skip to content

Commit

Permalink
Align altitude left in OSD
Browse files Browse the repository at this point in the history
  • Loading branch information
McGiverGim committed May 24, 2019
1 parent a5b5c7d commit 2dcf303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2dcf303

Please sign in to comment.