mirror of https://github.com/python/cpython
Issue #17642: add larger font sizes for classroom projection.
This commit is contained in:
parent
82f954691f
commit
da0288725f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue