Skip to content

Commit

Permalink
Remove appdir from root
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 authored May 7, 2022
1 parent 1b25349 commit 0981cb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
class Root(Tk):
def __init__(self, path, dir=None, *args, **kwargs):
super().__init__(*args, **kwargs)
self.appdir = os.path.dirname(path)

self.geometry("900x650")
self.minsize(800, 600)
self.title("Biscuit")
Expand Down

0 comments on commit 0981cb1

Please sign in to comment.