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 a4bb58f commit d6e2f26Copy full SHA for d6e2f26
Lib/idlelib/configdialog.py
@@ -105,7 +105,7 @@ def create_widgets(self):
105
load_configs: Load pages except for extensions.
106
activate_config_changes: Tell editors to reload.
107
"""
108
- self.note = note = Notebook(self, width=450, height=450)
+ self.note = note = Notebook(self)
109
self.highpage = HighPage(note)
110
self.fontpage = FontPage(note, self.highpage)
111
self.keyspage = KeysPage(note)
0 commit comments