MERGE DS_RPC_BRANCH into MAIN:

configDialog.py
    AutoIndent merged 21Jul
This commit is contained in:
Kurt B. Kaiser 2002-09-14 02:58:07 +00:00
parent b3705a3dd1
commit 39df7c440b
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ class ConfigDialog(Toplevel):
labelIndentSizeTitle=Label(frameIndentSize,
text='Choose indentation size :')
labelSpaceNumTitle=Label(frameIndentSize,justify=LEFT,
text='when tab key inserts spaces,\nspaces per indent')
text='indent width')
self.scaleSpaceNum=Scale(frameIndentSize,variable=self.spaceNum,
orient='horizontal',tickinterval=2,from_=2,to=10)
orient='horizontal',tickinterval=2,from_=2,to=16)
#labeltabColsTitle=Label(frameIndentSize,justify=LEFT,
# text='when tab key inserts tabs,\ncolumns per tab')
#self.scaleTabCols=Scale(frameIndentSize,variable=self.tabCols,