mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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():
|
def getdefaultfont():
|
||||||
prefs = getapplication().getprefs()
|
prefs = getapplication().getprefs()
|
||||||
if not prefs.defaultfont:
|
if not prefs.defaultfont:
|
||||||
prefs.defaultfont = ("Python-Sans", 0, 9, (0, 0, 0))
|
prefs.defaultfont = ("Geneva", 0, 10, (0, 0, 0))
|
||||||
return prefs.defaultfont
|
return prefs.defaultfont
|
||||||
|
|
||||||
def Message(text):
|
def Message(text):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue