mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
||||
##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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue