#6076 Add a title to the IDLE Preferences window.

This commit is contained in:
Amaury Forgeot d'Arc 2009-07-15 21:29:27 +00:00
parent 999ecc0eaf
commit b9ee881f8b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class ConfigDialog(Toplevel):
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.