Kaydet (Commit) b9ee881f authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

#6076 Add a title to the IDLE Preferences window.

üst 999ecc0e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment