diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-05-26 20:35:53 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-05-26 20:35:53 (GMT) |
commit | 053916959af8868715c9ce4b960c6607f6b12f12 (patch) | |
tree | 6c28be88bc927891d0128c702434f489120f353e /Lib/idlelib/config-main.def | |
parent | b44f16592f4f61b8d2f4c4a2f0a1a256e1679198 (diff) | |
download | cpython-053916959af8868715c9ce4b960c6607f6b12f12.zip cpython-053916959af8868715c9ce4b960c6607f6b12f12.tar.gz cpython-053916959af8868715c9ce4b960c6607f6b12f12.tar.bz2 |
1. SF Bug 661676
The default font is not highlighted in the Options dialog when
IDLEfork is first installed.
2. Reduce default font to 10 pt and increase default window height to give
a better initial impression on Windows.
M config-main.def
M configDialog.py
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 70b8c1a..1350d60 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -46,9 +46,9 @@ print-command-win=start /min notepad /p %s [EditorWindow] width= 80 -height= 30 +height= 40 font= courier -font-size= 12 +font-size= 10 font-bold= 0 encoding= none |