Calc app: fill gaps

Closes #262

Signed-off-by: k <k@klabz.org>
This commit is contained in:
Rudy Ges 2021-10-09 21:02:09 +02:00 committed by Daniel Thompson
parent 54e8f5771d
commit 90411fb9f8

View file

@ -98,8 +98,8 @@ class CalculatorApp():
# Draw the background
draw.fill(0, 0, 0, 239, 47)
draw.fill(0, 236, 239, 3)
draw.fill(bg, 141, 48, 239-141, 235-48)
draw.fill(bg2, 0, 48, 140, 235-48)
draw.fill(bg, 141, 48, 239-141, 236-48)
draw.fill(bg2, 0, 48, 141, 236-48)
# Make grid:
draw.set_color(lo)