diff --git a/py/hexagram/speedo.py b/py/hexagram/speedo.py index 07a14dd..5469c1f 100644 --- a/py/hexagram/speedo.py +++ b/py/hexagram/speedo.py @@ -60,5 +60,5 @@ class Speedo(Dial): def draw_fg(self, cr: cairo.Context): super().draw_fg(cr) - self._draw_text(cr, self.x, self.y, "%d" % self.value, 0.25) - self._draw_text(cr, self.x, self.y + self.radius * 0.16, 'mph', 0.1) + self._draw_text(cr, self.x, self.y, "%d" % self.value, 0.32) + self._draw_text(cr, self.x, self.y + self.radius * 0.2, 'mph', 0.1)