mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
[ 629984 ] Smaller font sizes not supported
This commit is contained in:
parent
993e81a8a5
commit
a178cff979
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue