[Pychord-commits] r18 - trunk/PyChord

danilo at garage.maemo.org danilo at garage.maemo.org
Mon Oct 8 22:04:11 EEST 2007


Author: danilo
Date: 2007-10-08 22:04:10 +0300 (Mon, 08 Oct 2007)
New Revision: 18

Modified:
   trunk/PyChord/window_show.py
Log:
Font fixes


Modified: trunk/PyChord/window_show.py
===================================================================
--- trunk/PyChord/window_show.py	2007-10-08 19:03:38 UTC (rev 17)
+++ trunk/PyChord/window_show.py	2007-10-08 19:04:10 UTC (rev 18)
@@ -87,9 +87,9 @@
                 # Here we control size of the text
                 if t == KEYDOWN:
                     if event.key == K_F7:
+                        self.line.sizedown()
+                    if event.key == K_F8:
                         self.line.sizeup()
-                    if event.key == K_F8:
-                        self.line.sizedown()
                     
                 elif t == MOUSEBUTTONDOWN:
                     



More information about the Pychord-commits mailing list