[ 629984 ] Smaller font sizes not supported

This commit is contained in:
Chui Tey 2002-11-04 03:17:45 +00:00
parent 993e81a8a5
commit a178cff979
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ class ConfigDialog(Toplevel):
##font size dropdown
fontSize=idleConf.GetOption('main','EditorWindow','font-size',
default='12')
self.optMenuFontSize.SetMenu(('10','11','12','13','14',
self.optMenuFontSize.SetMenu(('7','8','9','10','11','12','13','14',
'16','18','20','22'),fontSize )
##fontWeight
self.fontBold.set(idleConf.GetOption('main','EditorWindow',