Skip to content

Commit

Permalink
Use extended OSd glyphs for dot in numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
error414 committed Jan 18, 2025
1 parent 325cd65 commit b0af1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ OSD.constants = {
name: 'ADSB_WARNING_MESSAGE',
id: 150,
min_version: '7.1.0',
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
preview: FONT.symbol(SYM.ADSB) + FONT.embed_dot('9.28') + FONT.symbol(SYM.DIST_KM) + FONT.symbol(SYM.DIR_TO_HOME+1) + FONT.embed_dot('-423') + FONT.symbol(SYM.M),
},
{
name: 'ADSB_INFO',
Expand Down Expand Up @@ -4195,4 +4195,4 @@ TABS.osd.cleanup = function (callback) {
$('.jBox-wrapper').remove();

if (callback) callback();
};
};

0 comments on commit b0af1ee

Please sign in to comment.