]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2019 20:06:39 +0000 (13:06 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 20:06:39 +0000 (13:06 -0700)
commit0f31a2d3e85d3644de30626a00439ab3c7424105
tree17b2712b1a78faf15665dbc4093d7741600202f4
parentac4202ee4d53d6c0a07109e03795b70d91edbbb3
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.
(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]