]> granicus.if.org Git - python/commit
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2019 20:15:53 +0000 (13:15 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Jun 2019 20:15:53 +0000 (16:15 -0400)
commit4b68a8eb0df7317d6c57b021d40cc0b31e3f1cd3
tree65d551fbb89637267478ffedd121eaa8d3fb6337
parentc28c1358245b9fe42e9559c34eae01befce73a1f
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168)

Measure required height by quickly maximizing once per screen.
A search for a better method failed.
(cherry picked from commit 5bff3c86ab77e9d831b3cd19b45654c7eef22931)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
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]