]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #17642: add larger font sizes for classroom projection.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 31 Aug 2016 00:19:13 +0000 (20:19 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 31 Aug 2016 00:19:13 +0000 (20:19 -0400)
Lib/idlelib/configdialog.py

index fda655f5d7254d2d8f0eb50985c63029267d0790..2f361bdbba2e23e45d56103d5b837c899f1e6790 100644 (file)
@@ -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