Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'clock.py')
-rwxr-xr-xclock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clock.py b/clock.py
index 5576362..bee12c6 100755
--- a/clock.py
+++ b/clock.py
@@ -699,6 +699,7 @@ class ClockFace(gtk.DrawingArea):
"""
cr = self.window.cairo_create()
cr.set_line_width(4 * self._line_width)
+ cr.set_line_cap(cairo.LINE_CAP_ROUND)
# Simple clock background
cr.set_source_rgba(*style.Color(self._COLOR_WHITE).get_rgba())