]> granicus.if.org Git - python/commit
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
authorTal Einat <taleinat+github@gmail.com>
Mon, 17 Jun 2019 19:41:00 +0000 (22:41 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Jun 2019 19:41:00 +0000 (15:41 -0400)
commit5bff3c86ab77e9d831b3cd19b45654c7eef22931
tree097f3b35d0a94d952f7889bf9588dc27a34d90a8
parenta268edd6a411480281222b1fdb0f78053434d17f
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)

Measure required height by quickly maximizing once per screen.
A search for a better method failed.
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/help.html
Lib/idlelib/zoomheight.py
Misc/NEWS.d/next/IDLE/2019-06-04-23-27-33.bpo-37039.FN_fBf.rst [new file with mode: 0644]