Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263893c commit 6b37dfcCopy full SHA for 6b37dfc
1 file changed
Lib/idlelib/query.py
@@ -83,7 +83,7 @@ def create_widgets(self): # Call from override, if any.
83
self.entry.focus_set()
84
85
buttons = Frame(self)
86
- self.button_ok = Button(buttons, text='Ok',
+ self.button_ok = Button(buttons, text='Ok', default='active',
87
width=8, command=self.ok)
88
self.button_cancel = Button(buttons, text='Cancel',
89
width=8, command=self.cancel)
0 commit comments