Skip to content

Commit b0af1ee

Browse files
committed
Use extended OSd glyphs for dot in numbers
1 parent 325cd65 commit b0af1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tabs/osd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ OSD.constants = {
17401740
name: 'ADSB_WARNING_MESSAGE',
17411741
id: 150,
17421742
min_version: '7.1.0',
1743-
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
1743+
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),
17441744
},
17451745
{
17461746
name: 'ADSB_INFO',
@@ -4195,4 +4195,4 @@ TABS.osd.cleanup = function (callback) {
41954195
$('.jBox-wrapper').remove();
41964196

41974197
if (callback) callback();
4198-
};
4198+
};

0 commit comments

Comments
 (0)