Make speed value even bigger
This commit is contained in:
parent
ed04beecb7
commit
a46e2ffb47
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue