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 91e4957 commit 46ebd4aCopy full SHA for 46ebd4a
1 file changed
Lib/idlelib/sidebar.py
@@ -51,7 +51,7 @@ def __init__(self, editwin):
51
52
_padx, pady = get_widget_padding(self.text)
53
self.sidebar_text = tk.Text(self.parent, width=1, wrap=tk.NONE,
54
- padx=0, pady=pady,
+ padx=2, pady=pady,
55
borderwidth=0, highlightthickness=0)
56
self.sidebar_text.config(state=tk.DISABLED)
57
self.text['yscrollcommand'] = self.redirect_yscroll_event
0 commit comments