diff flax/KeyboardComposer.py @ 122:2ed9bfd1dd0e

I totally wrecked Timeline so that it can run the show. (I hope it can I totally wrecked Timeline so that it can run the show. (I hope it can at least do that.) Sleepy...
author dmcc
date Fri, 13 Jun 2003 15:06:14 +0000
parents 0c619695d6c6
children 7e91c49fb2d6
line wrap: on
line diff
--- a/flax/KeyboardComposer.py	Fri Jun 13 14:01:07 2003 +0000
+++ b/flax/KeyboardComposer.py	Fri Jun 13 15:06:14 2003 +0000
@@ -60,7 +60,7 @@
 
             # another what a hack!
             keylabel = Label(keyhintrow, text='%s\n%s' % (upkey, downkey), 
-                width=3, font=('Arial Bold', 12), bg='red', fg='white')
+                width=3, font=('Arial', 12), bg='red', fg='white')
             keylabel.pack(side=LEFT, expand=1, fill=X)
             col += 1