Commit 9f9ac2a0 authored by Chui Tey's avatar Chui Tey

[ 629984 ] Smaller font sizes not supported

parent e3769bca
...@@ -914,7 +914,7 @@ class ConfigDialog(Toplevel): ...@@ -914,7 +914,7 @@ class ConfigDialog(Toplevel):
##font size dropdown ##font size dropdown
fontSize=idleConf.GetOption('main','EditorWindow','font-size', fontSize=idleConf.GetOption('main','EditorWindow','font-size',
default='12') 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 ) '16','18','20','22'),fontSize )
##fontWeight ##fontWeight
self.fontBold.set(idleConf.GetOption('main','EditorWindow', self.fontBold.set(idleConf.GetOption('main','EditorWindow',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment