◐ Shell
clean mode source ↗

bpo-37039: Make IDLE's Zoom Height adjust to users' screens by taleinat · Pull Request #13678 · python/cpython

@taleinat

1. Tk's wm_geometry() doesn't report the actual position for maximized
   windows, but thankfully does report their actual dimensions.
2. The title bar height is different for normal vs. maximized windows.
Also clean up code and add comments where needed.

@taleinat

@taleinat

terryjreedy

taleinat

@terryjreedy

terryjreedy

@terryjreedy terryjreedy changed the title bpo-37039: Make IDLE's Zoom Height behave better across platforms bpo-37039: Make IDLE's Zoom Height behave better across screens

Jun 17, 2019

@terryjreedy terryjreedy changed the title bpo-37039: Make IDLE's Zoom Height behave better across screens bpo-37039: Make IDLE's Zoom Height adjust to users' screens

Jun 17, 2019

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 17, 2019
…-13678)

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

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 17, 2019
…-13678)

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

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

miss-islington added a commit that referenced this pull request

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

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

terryjreedy pushed a commit that referenced this pull request

Jun 17, 2019
GH-14168)

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

Co-authored-by: Tal Einat <taleinat+github@gmail.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…-13678)

Measure required height by quickly maximizing once per screen.
A search for a better method failed.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…-13678)

Measure required height by quickly maximizing once per screen.
A search for a better method failed.