diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-08-06 16:45:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 16:45:53 (GMT) |
commit | 4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb (patch) | |
tree | b5d34c6e9ecb37d4c02643e8842b4977af6c0479 /Misc/NEWS.d/next/IDLE | |
parent | 4c317918486348ff8486168e1003be8c1daa6cf5 (diff) | |
download | cpython-4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb.zip cpython-4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb.tar.gz cpython-4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb.tar.bz2 |
gh-120104: IDLE: Fix padding in config and search dialogs (#120107)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2024-06-05-14-54-24.gh-issue-120104.j_thj4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2024-06-05-14-54-24.gh-issue-120104.j_thj4.rst b/Misc/NEWS.d/next/IDLE/2024-06-05-14-54-24.gh-issue-120104.j_thj4.rst new file mode 100644 index 0000000..10f5e34 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2024-06-05-14-54-24.gh-issue-120104.j_thj4.rst @@ -0,0 +1 @@ +Fix padding in config and search dialog windows in IDLE. |