[py-svn] r11632 - py/dist/py/test/tkinter
hpk at codespeak.net
hpk at codespeak.net
Fri Apr 29 17:03:43 CEST 2005
Author: hpk
Date: Fri Apr 29 17:03:43 2005
New Revision: 11632
Modified:
py/dist/py/test/tkinter/tkgui.py
Log:
i don't know other's eyes but 12 point sounds like
a reasonable default font size (i wouldn't even mind
a bit more :-)
Modified: py/dist/py/test/tkinter/tkgui.py
==============================================================================
--- py/dist/py/test/tkinter/tkgui.py (original)
+++ py/dist/py/test/tkinter/tkgui.py Fri Apr 29 17:03:43 2005
@@ -9,11 +9,11 @@
import re
import os
-myfont = ('Helvetica', 9, 'normal')
+myfont = ('Helvetica', 12, 'normal')
class StatusBar(Tkinter.Frame):
- font = ('Helvetica', 10, 'normal')
+ font = ('Helvetica', 14, 'normal')
def __init__(self, master=None, **kw):
if master is None:
More information about the pytest-commit
mailing list