Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-13 23:37:41 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-13 23:37:41 (GMT)
commit2b3a24bf0bcee55479660f3a4bb5c8843df1c683 (patch)
treed513ad234a1cd68f2c4c5649ab7f15d1f9c1fae8
parent26f4e41a892fb9c2936d4f63f733b9f09e4ce78f (diff)
More Title padding
-rw-r--r--chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart.py b/chart.py
index 16f2e09..7d17f46 100644
--- a/chart.py
+++ b/chart.py
@@ -534,7 +534,7 @@ class Chart(object):
x = (self.layout.title.x
+ self.layout.title.w / 2.0
- title_width / 2.0)
- y = self.layout.title.y - extents[1]
+ y = self.layout.title.y - extents[1] - 10
cx.move_to(x, y)
cx.show_text(title)