Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mainscreen.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-15 03:16:49 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-15 03:16:49 (GMT)
commitaccec322b99671fbf085471bc4b7018556e31733 (patch)
tree6d48ad8640c4360ffecbbacfd861b3981d74e307 /mainscreen.py
parentefc4cae65f59e367102421628d87de4ae641cf44 (diff)
Increase stroke on hand images.
Strangely not working attempt to show medal screen after balloons.
Diffstat (limited to 'mainscreen.py')
-rw-r--r--mainscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainscreen.py b/mainscreen.py
index 23b6fc8..d8ce76c 100644
--- a/mainscreen.py
+++ b/mainscreen.py
@@ -212,7 +212,7 @@ class MainScreen(gtk.VBox):
namelabel.set_markup("<span size='20000'><b>" + lesson['name'] + "</b></span>")
desclabel = gtk.Label()
desclabel.set_alignment(0.5, 0.5)
- desclabel.set_markup("<span size='10000' color='#808080'>" + lesson['description'] + "</span>")
+ desclabel.set_markup("<span size='10000' color='#606060'>" + lesson['description'] + "</span>")
if medal_type != 'none':
hint = _('You earned a medal in this lesson! Advance to the next one\nby clicking the Next button.')