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 epaine
Recipients epaine, terry.reedy
Date 2020-05-01.14:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588342210.52.0.776872841323.issue40468@roundup.psfhosted.org>
In-reply-to
Content
The proposed change to move some of the content in the "General" tab to a new tab. The need for this has been emphasised 
As a proof-of-concept, I moved the "Window Preferences" LabelFrame to a new tab titled "Window" (and did the minimum required to get the window to show).
The result can be seen in the "general_page.png" & "window_page.png" files.
Looking at the new general page, I felt that the "Editor Preferences" & "Shell Preferences" LabelFrames should not expand to fill the newly created space, and this should instead be taken up in the "Additional Help Sources" LabelFrame. The result can be seen in the “general_page_pady.png” file.
Finally, I felt that we could now reduce the height of the window further by decreasing the font page Listbox height to 10 (from 15). The result can be seen in “font_page_short.png”, “general_page_short.png” & “general_page_pady_short.png”.
As I said originally, this is just a proof-of-concept and we could easily move other options into a new tab (such as a “Editor/Shell” tab – though I think this is too long for a tab title).
History
Date User Action Args
2020-05-01 14:10:10epainesetrecipients: + epaine, terry.reedy
2020-05-01 14:10:10epainesetmessageid: <1588342210.52.0.776872841323.issue40468@roundup.psfhosted.org>
2020-05-01 14:10:10epainelinkissue40468 messages
2020-05-01 14:10:10epainecreate