Kaydet (Commit) da028872 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

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

üst 82f95469
......@@ -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
......
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