cpython: f478f9b88319 (original) (raw)
Mercurial > cpython
changeset 102961:f478f9b88319 2.7
Issue #17642: add larger font sizes for classroom projection. [#17642]
Terry Jan Reedy tjreedy@udel.edu | |
---|---|
date | Tue, 30 Aug 2016 20:19:07 -0400 |
parents | a5c43e660ae9 |
children | 1f37903e6040 |
files | Lib/idlelib/configDialog.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/idlelib/configDialog.py 3 |
line wrap: on
line diff
--- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1012,7 +1012,8 @@ class ConfigDialog(Toplevel): pass ##font size dropdown self.optMenuFontSize.SetMenu(('7', '8', '9', '10', '11', '12', '13',
'14', '16', '18', '20', '22'), fontSize )[](#l1.7)
'14', '16', '18', '20', '22',[](#l1.8)
'25', '29', '34', '40'), fontSize )[](#l1.9) ##fontWeight[](#l1.10) self.fontBold.set(fontBold)[](#l1.11) ##font sample[](#l1.12)