mirror of https://github.com/python/cpython.git
[ 629984 ] Smaller font sizes not supported
This commit is contained in:
parent
993e81a8a5
commit
a178cff979
|
@ -914,7 +914,7 @@ def LoadFontCfg(self):
|
|||
##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',
|
||||
|
|
Loading…
Reference in New Issue