[Pychord-commits] r61 - trunk/pychord2
danilo at garage.maemo.org
danilo at garage.maemo.org
Sun Mar 23 00:01:15 EET 2008
Author: danilo
Date: 2008-03-23 00:01:13 +0200 (Sun, 23 Mar 2008)
New Revision: 61
Modified:
trunk/pychord2/chordlist.py
Log:
- Changing list default font size
Modified: trunk/pychord2/chordlist.py
===================================================================
--- trunk/pychord2/chordlist.py 2008-03-19 18:54:10 UTC (rev 60)
+++ trunk/pychord2/chordlist.py 2008-03-22 22:01:13 UTC (rev 61)
@@ -5,7 +5,7 @@
class chordlist (list):
def __init__(self, father, position, text = [],
- ptsize = 25, width = 700, height = 480,
+ ptsize = 30, width = 700, height = 480,
bsize = 1):
list.__init__(self, father, position, text, 'font/VeraMono.ttf',
More information about the Pychord-commits
mailing list