The little details
This commit is contained in:
parent
b9c7fb6f31
commit
1f054aee2a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Cluster():
|
||||||
rpm_max))
|
rpm_max))
|
||||||
|
|
||||||
def draw_bg(self, cr: cairo.Context):
|
def draw_bg(self, cr: cairo.Context):
|
||||||
cr.set_source_rgb(0, 0, 0)
|
cr.set_source_rgb(0.1, 0.1, 0.1)
|
||||||
cr.rectangle(0, 0, self.WIDTH, self.HEIGHT)
|
cr.rectangle(0, 0, self.WIDTH, self.HEIGHT)
|
||||||
cr.fill()
|
cr.fill()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue