Issue #22726: Re-activate config dialog help button with some content about

the other buttons and the new IDLE Dark theme.
This commit is contained in:
Terry Jan Reedy 2015-10-11 22:07:31 -04:00
parent 1fdc80b55f
commit d0cadba85f
2 changed files with 33 additions and 20 deletions

View file

@ -21,7 +21,7 @@ def __init__(self, parent, title, text, modal=True, _htest=False):
Toplevel.__init__(self, parent)
self.configure(borderwidth=5)
# place dialog below parent if running htest
self.geometry("=%dx%d+%d+%d" % (625, 500,
self.geometry("=%dx%d+%d+%d" % (750, 500,
parent.winfo_rootx() + 10,
parent.winfo_rooty() + (10 if not _htest else 100)))
#elguavas - config placeholders til config stuff completed