#6076 Add a title to the IDLE Preferences window.
This commit is contained in:
parent
999ecc0eaf
commit
b9ee881f8b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue