Nice job ya gungus
This commit is contained in:
parent
c96bab9d37
commit
9851a9adeb
1 changed files with 5 additions and 4 deletions
|
@ -144,6 +144,7 @@ class AmbientTemp(TextGauge):
|
|||
cr.move_to(text_x_offset, self.y)
|
||||
cr.show_text(text)
|
||||
|
||||
if self.value <= self.COLD_THRESHOLD:
|
||||
icon_y_offset = abs(self.icon.height - self.FONT_SIZE) * 2
|
||||
|
||||
self.icon.draw(cr,
|
||||
|
|
Loading…
Add table
Reference in a new issue