Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Widgets.py b/Widgets.py
index a30f55b..90c37ae 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -826,7 +826,7 @@ class PollCanvas(Gtk.Box):
context.set_source_rgba(*fill_color.get_rgba())
context.fill_preserve()
context.set_source_rgba(*stroke_color.get_rgba())
- context.set_line_width(5)
+ context.set_line_width(3)
context.stroke()
return True