(original) (raw)

changeset: 102962:c9d59e6cc1e4 parent: 102960:3b59ca37b4a1 user: Terry Jan Reedy tjreedy@udel.edu date: Tue Aug 30 20:19:13 2016 -0400 files: Lib/idlelib/configdialog.py description: Issue #17642: add larger font sizes for classroom projection. diff -r 3b59ca37b4a1 -r c9d59e6cc1e4 Lib/idlelib/configdialog.py --- a/Lib/idlelib/configdialog.py Tue Aug 30 16:58:27 2016 -0400 +++ b/Lib/idlelib/configdialog.py Tue Aug 30 20:19:13 2016 -0400 @@ -1018,7 +1018,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 /tjreedy@udel.edu