From: Amaury Forgeot d'Arc Date: Wed, 15 Jul 2009 21:29:27 +0000 (+0000) Subject: #6076 Add a title to the IDLE Preferences window. X-Git-Tag: v2.7a1~768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9ee881f8bd92bc3aac4ae8072d148f3166770ec;p=python #6076 Add a title to the IDLE Preferences window. --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2f66d09520..2f199a0600 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -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.