mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Issue #17642: add larger font sizes for classroom projection.
This commit is contained in:
parent
82f954691f
commit
da0288725f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue