Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3160d95

Browse files
committed
changed the default font
1 parent 01c9805 commit 3160d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/IDE/W.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def getapplication():
2727
def getdefaultfont():
2828
prefs = getapplication().getprefs()
2929
if not prefs.defaultfont:
30-
prefs.defaultfont = ("Python-Sans", 0, 9, (0, 0, 0))
30+
prefs.defaultfont = ("Geneva", 0, 10, (0, 0, 0))
3131
return prefs.defaultfont
3232

3333
def Message(text):

0 commit comments

Comments
 (0)