The digit 1 is different width from other characters, primarily noticeable when running the stopwatch and showing tenths. Every time a 1 is displayed, the whole text shifts a few pixels since it's less total width.
All characters in the font should have the same width. This might also potentially fix the ( padding hack used for line 11 in departures and might be a good fix before #25
The digit
1is different width from other characters, primarily noticeable when running the stopwatch and showing tenths. Every time a 1 is displayed, the whole text shifts a few pixels since it's less total width.All characters in the font should have the same width. This might also potentially fix the
(padding hack used for line11indeparturesand might be a good fix before #25