mirror of https://github.com/python/cpython.git
changed the default font
This commit is contained in:
parent
01c9805b8d
commit
3160d95a73
|
@ -27,7 +27,7 @@ def getapplication():
|
|||
def getdefaultfont():
|
||||
prefs = getapplication().getprefs()
|
||||
if not prefs.defaultfont:
|
||||
prefs.defaultfont = ("Python-Sans", 0, 9, (0, 0, 0))
|
||||
prefs.defaultfont = ("Geneva", 0, 10, (0, 0, 0))
|
||||
return prefs.defaultfont
|
||||
|
||||
def Message(text):
|
||||
|
|
Loading…
Reference in New Issue