From: Terry Jan Reedy Date: Wed, 31 Aug 2016 00:19:13 +0000 (-0400) Subject: Issue #17642: add larger font sizes for classroom projection. X-Git-Tag: v3.6.0b1~517 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da0288725f3219095aee3e0be56687b6494ffb68;p=thirdparty%2FPython%2Fcpython.git Issue #17642: add larger font sizes for classroom projection. --- diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index fda655f5d725..2f361bdbba2e 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -1018,7 +1018,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