commit | b9ee881f8bd92bc3aac4ae8072d148f3166770ec | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Jul 15 21:29:27 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Jul 15 21:29:27 2009 +0000 |
tree | cdbabbe05a0e733daac434d51dea581b12bfc32c | |
parent | 999ecc0eaf88dc73c386d360183c3899242e7ffd [diff] [blame] |
#6076 Add a title to the IDLE Preferences window.
diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2f66d09..2f199a0 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py
@@ -28,6 +28,7 @@ self.wm_withdraw() self.configure(borderwidth=5) + self.title('IDLE Preferences') self.geometry("+%d+%d" % (parent.winfo_rootx()+20, parent.winfo_rooty()+30)) #Theme Elements. Each theme element key is its display name.