This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aroberge
Recipients aroberge, terry.reedy
Date 2019-05-25.10:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558779980.36.0.709549198107.issue37041@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-25 10:26:20arobergesetrecipients: + aroberge, terry.reedy
2019-05-25 10:26:20arobergesetmessageid: <1558779980.36.0.709549198107.issue37041@roundup.psfhosted.org>
2019-05-25 10:26:20arobergelinkissue37041 messages
2019-05-25 10:26:20arobergecreate