From cfe6b75454b81adbeeae6d683e1eea7ed720d876 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 2 Jan 2024 16:39:28 -0500 Subject: [PATCH] A bit more spacious on the bottom dials --- py/hexagram/dial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/hexagram/dial.py b/py/hexagram/dial.py index c51120f..75af4c6 100644 --- a/py/hexagram/dial.py +++ b/py/hexagram/dial.py @@ -125,7 +125,7 @@ class BottomDial(Dial): cr.arc(self.x, self.y, self.radius - 36, - self.MIN_ANGLE - self.ANGLE_OFFSET, + self.MIN_ANGLE - self.ANGLE_OFFSET - 4 * (math.pi / 180.0), self.MAX_ANGLE - self.ANGLE_OFFSET + 4 * (math.pi / 180.0)) cr.stroke()