diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-01 22:57:33 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-01 22:57:33 (GMT) |
commit | d87d16826ac55f260b706cb63d8ee0a7d3c6d893 (patch) | |
tree | cf6b3f446a0225d092116e897f68043a2f0f8e55 /Lib/idlelib/config-main.def | |
parent | 231007fe142975ee5e468929af5ed69705e7547e (diff) | |
download | cpython-d87d16826ac55f260b706cb63d8ee0a7d3c6d893.zip cpython-d87d16826ac55f260b706cb63d8ee0a7d3c6d893.tar.gz cpython-d87d16826ac55f260b706cb63d8ee0a7d3c6d893.tar.bz2 |
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
editor font. This should not affect current customized font selections.
Patch by Mark Roseman.
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 0d203cb..3622cb2 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -53,7 +53,7 @@ delete-exitfunc= 1 [EditorWindow] width= 80 height= 40 -font= courier +font= TkFixedFont font-size= 10 font-bold= 0 encoding= none |