diff options
author | Tal Einat <taleinat+github@gmail.com> | 2019-06-17 19:41:00 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-06-17 19:41:00 (GMT) |
commit | 5bff3c86ab77e9d831b3cd19b45654c7eef22931 (patch) | |
tree | 097f3b35d0a94d952f7889bf9588dc27a34d90a8 /Doc | |
parent | a268edd6a411480281222b1fdb0f78053434d17f (diff) | |
download | cpython-5bff3c86ab77e9d831b3cd19b45654c7eef22931.zip cpython-5bff3c86ab77e9d831b3cd19b45654c7eef22931.tar.gz cpython-5bff3c86ab77e9d831b3cd19b45654c7eef22931.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index bd24695..d494c97 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -289,7 +289,10 @@ Show/Hide Code Context (Editor Window only) Zoom/Restore Height Toggles the window between normal size and maximum height. The initial size defaults to 40 lines by 80 chars unless changed on the General tab of the - Configure IDLE dialog. + Configure IDLE dialog. The maximum height for a screen is determined by + momentarily maximizing a window the first time one is zoomed on the screen. + Changing screen settings may invalidate the saved height. This toogle has + no effect when a window is maximized. Window menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |