There, that's better
This commit is contained in:
parent
fce90134c7
commit
0e1ff44896
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ class ThermoGauge(BottomDial):
|
|||
cr.set_font_size(self.radius * 0.1)
|
||||
|
||||
cr.set_source_rgb(1, 1, 1)
|
||||
self.draw_value(cr, 0.78, self.min_value, "C", 0, 5)
|
||||
self.draw_value(cr, 0.78, self.min_value, "C", -25, 0)
|
||||
|
||||
cr.set_source_rgb(1, 0, 0)
|
||||
self.draw_value(cr, 0.75, self.max_value, "H", -25, 15)
|
||||
self.draw_value(cr, 0.75, self.max_value, "H", -5, 0)
|
||||
|
||||
cr.set_line_width(6.0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue