Skip to content

Commit

Permalink
fix download in search view.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakaishi committed Dec 21, 2020
1 parent 6737073 commit c8ce829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Search.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self, root, current_path=""):

self.stop = False
self.parent = root
self.buffer_size = root.buffer_size

self.geometry("600x400")
self.geometry("+%d+%d" % (root.winfo_x() + 50, root.winfo_y() + 25))
Expand Down

0 comments on commit c8ce829

Please sign in to comment.