Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ab220c

Browse files
committed
Merge with 3.4
2 parents 05492b8 + d081229 commit 4ab220c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/configDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ def __init__(self, parent, *args, **kw):
13891389
vscrollbar = Scrollbar(self, orient=VERTICAL)
13901390
vscrollbar.pack(fill=Y, side=RIGHT, expand=FALSE)
13911391
canvas = Canvas(self, bd=0, highlightthickness=0,
1392-
yscrollcommand=vscrollbar.set)
1392+
yscrollcommand=vscrollbar.set, width=240)
13931393
canvas.pack(side=LEFT, fill=BOTH, expand=TRUE)
13941394
vscrollbar.config(command=canvas.yview)
13951395

0 commit comments

Comments
 (0)