aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2024-08-31 00:25:26 -0700
committerD Delmar Davis <don@suspectdevices.com>2024-08-31 00:25:26 -0700
commit09e0e2cebfc4f366cbddf8a0494a0f43bc0389d0 (patch)
tree5842e1fc235322e7d1318dee03b7a8d76f0dba5e
parent85820d90f61321b834da3358e1590d90ca8c41cc (diff)
padding
-rw-r--r--bin/analogclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analogclock.py b/bin/analogclock.py
index 1d28a1c..fce01e0 100644
--- a/bin/analogclock.py
+++ b/bin/analogclock.py
@@ -46,7 +46,7 @@ draw = ImageDraw.Draw(image)
draw.rectangle((0, 0, width, height), outline=0, fill=0)
# Define some constants to allow easy resizing of shapes.
-padding = +8
+padding = +16
top = padding
bottom = height - padding
# Move left to right keeping track of the current x position for drawing shapes.