changeset: 102961:f478f9b88319 branch: 2.7 parent: 102958:a5c43e660ae9 user: Terry Jan Reedy date: Tue Aug 30 20:19:07 2016 -0400 files: Lib/idlelib/configDialog.py description: Issue #17642: add larger font sizes for classroom projection. diff -r a5c43e660ae9 -r f478f9b88319 Lib/idlelib/configDialog.py --- a/Lib/idlelib/configDialog.py Tue Aug 30 16:57:53 2016 -0400 +++ b/Lib/idlelib/configDialog.py Tue Aug 30 20:19:07 2016 -0400 @@ -1012,7 +1012,8 @@ pass ##font size dropdown self.optMenuFontSize.SetMenu(('7', '8', '9', '10', '11', '12', '13', - '14', '16', '18', '20', '22'), fontSize ) + '14', '16', '18', '20', '22', + '25', '29', '34', '40'), fontSize ) ##fontWeight self.fontBold.set(fontBold) ##font sample