Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/typingturtle.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-11-11 19:42:38 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-11-11 19:42:38 (GMT)
commit61535bcc8d8a73e527a3ff1ff2aac3eae8b56ae9 (patch)
tree32f924819a0cf88dd24a6b7a902172a519f46d44 /typingturtle.py
parent04e6fd5c1bc8a87e7b511a406f50da005d2b1b14 (diff)
Keyboard looking better.
Diffstat (limited to 'typingturtle.py')
-rwxr-xr-xtypingturtle.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/typingturtle.py b/typingturtle.py
index add253d..ab9a0c7 100755
--- a/typingturtle.py
+++ b/typingturtle.py
@@ -78,7 +78,6 @@ class MedalScreen(gtk.EventBox):
vbox = gtk.VBox()
vbox.pack_start(cert0, True, False, 0)
- vbox.pack_start(gtk.HSeparator(), False, False, 20)
vbox.pack_start(cert1, False, False, 0)
vbox.pack_start(gtk.HSeparator(), False, False, 20)
vbox.pack_start(statbox, False, False, 0)
@@ -113,6 +112,11 @@ class LessonScreen(gtk.VBox):
self.wpmlabel = gtk.Label()
self.accuracylabel = gtk.Label()
+ #self.wpmarea = gtk.DrawingArea()
+ #self.wpmarea.connect('expose-event', self.wpm_expose_cb)
+ #self.accuracyarea = gtk.DrawingArea()
+ #self.accuracyarea.connect('expose-event', self.accuracy_expose_cb)
+
hbox = gtk.HBox()
hbox.pack_start(stopbtn, False, False, 10)
hbox.pack_start(self.wpmlabel, True, False, 10)