[issue33397] IDLE help viewer: let users control font size

2019-01-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: The configdialog font tab sample could also use font resizing. #24776. -- versions: -Python 3.6 ___ Python tracker ___

[issue33397] IDLE help viewer: let users control font size

2018-04-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: PR6665 should get listed here as I changed the title to point here instead of #25198 -- ___ Python tracker ___ __

[issue33397] IDLE help viewer: let users control font size

2018-04-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +6364 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue33397] IDLE help viewer: let users control font size

2018-04-30 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +csabella ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue33397] IDLE help viewer: let users control font size

2018-04-30 Thread Terry J. Reedy
New submission from Terry J. Reedy : Dependency of #33396. 1. Base the initial font sizes on the on the configured editor font size. Note that editor font size defaults to 10 while the current base size is 12. I did not find any explicit discussion of this in the original issue, #16893, or