Skip to content

Commit eca4229

Browse files
committed
Use extended OSd glyphs for dot in numbers
1 parent 6f3b20f commit eca4229

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
@@ -1744,7 +1744,7 @@ OSD.constants = {
17441744
name: 'ADSB_WARNING_MESSAGE',
17451745
id: 150,
17461746
min_version: '7.1.0',
1747-
preview: FONT.symbol(SYM.ADSB) + '19.25' + FONT.symbol(SYM.DIR_TO_HOME+1) + '2.75',
1747+
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),
17481748
},
17491749
{
17501750
name: 'ADSB_INFO',
@@ -4207,4 +4207,4 @@ TABS.osd.cleanup = function (callback) {
42074207
$('.jBox-wrapper').remove();
42084208

42094209
if (callback) callback();
4210-
};
4210+
};

0 commit comments

Comments
 (0)