bpo-37039: Make IDLE's Zoom Height adjust to users' screens by taleinat · Pull Request #13678 · python/cpython
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.
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
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
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
miss-islington added a commit that referenced this pull request
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
lisroach pushed a commit to lisroach/cpython that referenced this pull request
…-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
…-13678) Measure required height by quickly maximizing once per screen. A search for a better method failed.