A bit better
This commit is contained in:
parent
154c11c76f
commit
265b27196c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class ThermoGauge(Dial):
|
|||
self.draw_value(cr, 0.78, 0, "C", 0, 5)
|
||||
|
||||
cr.set_source_rgb(1, 0, 0)
|
||||
self.draw_value(cr, 0.75, self.MAX_VALUE - self.MIN_VALUE, "H", -5, 5)
|
||||
self.draw_value(cr, 0.75, self.MAX_VALUE - self.MIN_VALUE, "H", -20, 10)
|
||||
|
||||
cr.set_line_width(6.0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue