[issue37039] IDLE: Improve zoomheight doc and behavior.

Andre Roberge report at bugs.python.org
Sat May 25 18:42:27 EDT 2019


Andre Roberge <andre.roberge at gmail.com> added the comment:

Thanks.

I did a quick check. 114 solves the problem of the Restore Height not
working, but the status bar is still hidden.  To me, the crucial part of
the problem was the restore height not working, so I'd be happy with this.

At 164, I can see parts of the status bar
[image: image.png]

At 180, there is a tiny gap

[image: image.png]

178 seems to be just touching.

[image: image.png]

With the vertical resolution of my screen being 2000 px, tiny gaps are
essentially invisible.  Because of this huge resolution, most display
elements (text, icons ... and the taskbar) are set up to be twice as big -
this is the 200% factor I was referring to. So, in pixel terms, the taskbar
on my computer is likely twice as high as yours.

Using a measuring tape, the physical size of my screen is 183 mm; the
taskbar is 8 mm high.

I can add these comments (and screenshots?) on the bug tracker if you'd
like.

Thanks for finding the solution to this problem.

André

P.S. I *just* started using IDLE again as I want to use it as a basis for
my project.  The last time I had used IDLE was with Python 2.4 - I quickly
moved on to using other editors. There's been tremendous progress since and
I want to thank you for all your work.

On Sat, May 25, 2019 at 7:11 PM Terry J. Reedy <report at bugs.python.org>
wrote:

>
> Terry J. Reedy <tjreedy at udel.edu> added the comment:
>
> The current patch fixed the hidden status bar on Windows.  I just had to
> increase the margin reserved for the taskbar from 76 to 114.  This will
> also work if the taskbar is moved to the top of the screen.  If the taskbar
> is moved to either side or if it is less high for previous versions of
> Windows, a visible margin is better than a hidden status bar.
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue37039>
> _______________________________________
>

----------
Added file: https://bugs.python.org/file48358/image.png
Added file: https://bugs.python.org/file48359/image.png
Added file: https://bugs.python.org/file48360/image.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37039>
_______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 4205 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20190525/f29b4d13/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 7001 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20190525/f29b4d13/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 5669 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20190525/f29b4d13/attachment-0005.png>


More information about the Python-bugs-list mailing list