Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/idlelib/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def mkcmd(eventname):
return "break"

def grid(self):
self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=0, pady=0)

def change_callback(self):
if self.is_shown:
Expand Down