Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da02887

Browse files
committed
Issue #17642: add larger font sizes for classroom projection.
1 parent 82f9546 commit da02887

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/idlelib/configdialog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,8 @@ def LoadFontCfg(self):
10181018
pass
10191019
##font size dropdown
10201020
self.optMenuFontSize.SetMenu(('7', '8', '9', '10', '11', '12', '13',
1021-
'14', '16', '18', '20', '22'), fontSize )
1021+
'14', '16', '18', '20', '22',
1022+
'25', '29', '34', '40'), fontSize )
10221023
##fontWeight
10231024
self.fontBold.set(fontBold)
10241025
##font sample

0 commit comments

Comments
 (0)