Skip to content

Commit

Permalink
Update steamswitcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sw2719 committed Sep 1, 2019
1 parent 632a274 commit a788bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions steamswitcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ def onFrameConfigure(canvas):

canvas = tk.Canvas(importwindow, borderwidth=0, highlightthickness=0)
check_frame = tk.Frame(canvas)
scroll_bar = tk.Scrollbar(importwindow,
orient="vertical",
command=canvas.yview)
scroll_bar = ttk.Scrollbar(importwindow,
orient="vertical",
command=canvas.yview)

canvas.configure(yscrollcommand=scroll_bar.set)

Expand Down

0 comments on commit a788bca

Please sign in to comment.