Commit 28fb4da2 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #17642: add larger font sizes for classroom projection.

parent 580ca656
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment