From b9ee881f8bd92bc3aac4ae8072d148f3166770ec Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Wed, 15 Jul 2009 21:29:27 +0000 Subject: [PATCH] #6076 Add a title to the IDLE Preferences window. --- Lib/idlelib/configDialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index 2f66d09520c..2f199a0600e 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.