diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-06-09 20:17:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 20:17:58 (GMT) |
commit | 275d5f7957dbb56a6d5e1248addff210ee2e7270 (patch) | |
tree | fdaa6c6b972e0c336462fe4b9bf66dce72cc89e1 /Misc | |
parent | e6e34e45222b9c7a63ba92386612acf768082ba0 (diff) | |
download | cpython-275d5f7957dbb56a6d5e1248addff210ee2e7270.zip cpython-275d5f7957dbb56a6d5e1248addff210ee2e7270.tar.gz cpython-275d5f7957dbb56a6d5e1248addff210ee2e7270.tar.bz2 |
bpo-40468: Split IDLE settings General tab (GH-26621)
Replace it with Windows tab for Shell and Editor options
and Shell/Ed for options exclusive to one of them.
Create room for more options and make dialog shorter,
to better fit small windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst b/Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst index 79cb1cc..526036c 100644 --- a/Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst +++ b/Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst @@ -1,2 +1,4 @@ -Shorten settings dialog by moving help sources to extensions tab. This will -improve issues with dialog being too tall for some screens. +Split the settings dialog General tab into Windows and Shell/ED tabs. +Move help sources, which extend the Help menu, to the Extensions tab. +Make space for new options and shorten the dialog. +The latter makes the dialog better fit small screens. |