[New-bugs-announce] [issue37041] IDLE: path browser unusable on some displays

Andre Roberge report at bugs.python.org
Sat May 25 06:26:20 EDT 2019


New submission from Andre Roberge <andre.roberge at gmail.com>:

On my computer (Windows 10, screen resolution 3000 x 2000, scaling of text and other elements set at 200% as the recommended value), the path browser is essentially unusable as the items overlap each other. See the attached image. 

I found that changing the following:

    def draw(self, x, y):
        # XXX This hard-codes too many geometry constants!
        dy = 40  # changed from 20

in tree.py solved the problem.

----------
files: path_browser_problem.png
messages: 343466
nosy: aroberge, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: path browser unusable on some displays
Added file: https://bugs.python.org/file48355/path_browser_problem.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37041>
_______________________________________


More information about the New-bugs-announce mailing list