summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wasp/apps/calc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/apps/calc.py b/wasp/apps/calc.py
index e283290..2d7e12d 100644
--- a/wasp/apps/calc.py
+++ b/wasp/apps/calc.py
@@ -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)