--- /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/configDialog-bak.py 2008-11-03 09:47:08.000000000 -0500 +++ /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/configDialog.py 2008-12-29 21:22:55.000000000 -0500 @@ -70,17 +70,13 @@ frameActionButtons = Frame(self,pady=2) #action buttons self.buttonHelp = Button(frameActionButtons,text='Help', - command=self.Help,takefocus=FALSE, - padx=6,pady=3) + command=self.Help,takefocus=FALSE) self.buttonOk = Button(frameActionButtons,text='Ok', - command=self.Ok,takefocus=FALSE, - padx=6,pady=3) + command=self.Ok,takefocus=FALSE) self.buttonApply = Button(frameActionButtons,text='Apply', - command=self.Apply,takefocus=FALSE, - padx=6,pady=3) + command=self.Apply,takefocus=FALSE) self.buttonCancel = Button(frameActionButtons,text='Cancel', - command=self.Cancel,takefocus=FALSE, - padx=6,pady=3) + command=self.Cancel,takefocus=FALSE) self.CreatePageFontTab() self.CreatePageHighlight() self.CreatePageKeys()