mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
changed the default font
This commit is contained in:
parent
01c9805b8d
commit
3160d95a73
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue