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

This commit is contained in:
Terry Jan Reedy 2016-08-30 20:19:13 -04:00
parent 82f954691f
commit da0288725f
1 changed files with 2 additions and 1 deletions

View File

@ -1018,7 +1018,8 @@ class ConfigDialog(Toplevel):
pass pass
##font size dropdown ##font size dropdown
self.optMenuFontSize.SetMenu(('7', '8', '9', '10', '11', '12', '13', 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 ##fontWeight
self.fontBold.set(fontBold) self.fontBold.set(fontBold)
##font sample ##font sample