diff options
author | Steven M. Gava <elguavas@python.net> | 2002-03-12 00:52:42 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-03-12 00:52:42 (GMT) |
commit | 63f6714c3ab713767dc35abc2b1129a1d264d858 (patch) | |
tree | f4afca8271d33ec0a49c0ec79ddf31822e93a3f6 /Lib/idlelib/config-main.def | |
parent | b1585417d1f7ae8984ca72b16fd5a21746949ae5 (diff) | |
download | cpython-63f6714c3ab713767dc35abc2b1129a1d264d858.zip cpython-63f6714c3ab713767dc35abc2b1129a1d264d858.tar.gz cpython-63f6714c3ab713767dc35abc2b1129a1d264d858.tar.bz2 |
remove tabwidth (for tabs) config stuff,
because of the way the tk text widget handles
tabs they must remain a fixed size in idle
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 6e21219..9cd58fb 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -41,7 +41,6 @@ font-bold= 0 [Indent] use-spaces= 1 num-spaces= 4 -tab-cols= 4 [Theme] default= 1 |