Message343466
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. |
|
Date |
User |
Action |
Args |
2019-05-25 10:26:20 | aroberge | set | recipients:
+ aroberge, terry.reedy |
2019-05-25 10:26:20 | aroberge | set | messageid: <1558779980.36.0.709549198107.issue37041@roundup.psfhosted.org> |
2019-05-25 10:26:20 | aroberge | link | issue37041 messages |
2019-05-25 10:26:20 | aroberge | create | |
|