New submission from Andre Roberge <andre.robe...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to