Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bounce.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-11 19:34:14 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-11 19:34:14 (GMT)
commit820a3435c392d6a244d36d0bc3012ce633612c36 (patch)
tree91d6db9e070e5f95ce279757fba7d5201aa0839e /bounce.py
parent3ddbdc158973a7645b27c6133ecd2fd27f89e9ee (diff)
new way of tallying results
Diffstat (limited to 'bounce.py')
-rw-r--r--bounce.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bounce.py b/bounce.py
index 3ac2f02..5d1a383 100644
--- a/bounce.py
+++ b/bounce.py
@@ -187,7 +187,8 @@ class Bounce():
self.blank_graphic = _svg_str_to_pixbuf(
_svg_header(BAR_HEIGHT, BAR_HEIGHT, 1.0) + \
- _svg_rect(BAR_HEIGHT, BAR_HEIGHT, 0, 0, 0, 0, 'none', 'none') + \
+ _svg_rect(BAR_HEIGHT, BAR_HEIGHT, 5, 5, 0, 0,
+ '#C0C0C0', '#282828') + \
_svg_footer())
self.ball = Sprite(self.sprites, 0, 0,