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 efd5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit efd5a30

Please sign in to comment.