From: Terry Jan Reedy Date: Wed, 31 Aug 2016 00:19:07 +0000 (-0400) Subject: Issue #17642: add larger font sizes for classroom projection. X-Git-Tag: v2.7.13rc1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28fb4da253e5dc108fe99da4c6fe64d110dd469c;p=python Issue #17642: add larger font sizes for classroom projection. --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index b4866dd666..d53f5ff200 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1012,7 +1012,8 @@ class ConfigDialog(Toplevel): 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