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 Al.Sweigart, epaine, rhettinger, terry.reedy, zektron42
Date 2020-04-30.15:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588258832.74.0.422876719168.issue23937@roundup.psfhosted.org>
In-reply-to
Content
I have made a few simple changes to the configdialog.py, config-main.def & editor.py which adds a "Maximised" checkbutton to the general page (just above the existing entries). The default is for this to be false (based on the previous comments in this PEP), but it is there for those of us that feel it would be a very nice feature.
Three questions:
1: Is changing the anchor on the label correct (visually) or is it better to leave it so that it centres?
2: Are we happy that the default should be for this to be disabled?
3: Is the description "max" sufficient for the configs
History
Date User Action Args
2020-04-30 15:00:32epainesetrecipients: + epaine, rhettinger, terry.reedy, Al.Sweigart, zektron42
2020-04-30 15:00:32epainesetmessageid: <1588258832.74.0.422876719168.issue23937@roundup.psfhosted.org>
2020-04-30 15:00:32epainelinkissue23937 messages
2020-04-30 15:00:31epainecreate