summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:19:13 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:19:13 (GMT)
commitda0288725f3219095aee3e0be56687b6494ffb68 (patch)
tree105a0b1cf35909dbcf52e2e88e2fc6e0174e3506
parent82f954691f531d9c94508f6c79c8e8400b205556 (diff)
downloadcpython-da0288725f3219095aee3e0be56687b6494ffb68.zip
cpython-da0288725f3219095aee3e0be56687b6494ffb68.tar.gz
cpython-da0288725f3219095aee3e0be56687b6494ffb68.tar.bz2
Issue #17642: add larger font sizes for classroom projection.
-rw-r--r--Lib/idlelib/configdialog.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py
index fda655f..2f361bd 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