]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)
authorZhikang Yan <2951256653@qq.com>
Mon, 7 Oct 2024 18:52:09 +0000 (02:52 +0800)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 18:52:09 +0000 (14:52 -0400)
commitc5df1cb7bde7e86f046196b0e34a0b90f8fc11de
tree8ae2d57dea662d18d9892d0a18b81e7badeec282
parent7ffe94fb242fd51bb07c7f0d31e94efeea3619d4
gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)

Increase currently inadequate vertical spacing for the IDLE browsers (path,
module, and stack) on high-resolution monitors.
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/tree.py
Misc/NEWS.d/next/IDLE/2024-10-04-15-34-34.gh-issue-122392.V8K3w2.rst [new file with mode: 0644]