diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
commit | ad4f532f6532cc099ba5665e3553394db907796c (patch) | |
tree | ceea0cb24c3167aa1074fbed4b00e3a746f844af /Lib/idlelib/config-main.def | |
parent | 767a7ee9ad3a84b20375f557f3363636d116a643 (diff) | |
download | cpython-ad4f532f6532cc099ba5665e3553394db907796c.zip cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.gz cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.bz2 |
further development of highlighting and editor preference handling,
plus misc fixes cleanups for new config system
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 dca0e54..fbb760f 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -48,7 +48,7 @@ python="_Python Documentation","" [EditorWindow] editor-on-startup= 0 width= 80 -height= 24 +height= 30 font= courier font-size= 12 @@ -59,7 +59,7 @@ tab-cols= 4 [Theme] default= 1 -name= IDLE Classic New +name= IDLE Classic [Keys] default= 1 |