diff --git a/Stuff/Modules/explorer.py b/Stuff/Modules/explorer.py index 4273669..e2610d3 100644 --- a/Stuff/Modules/explorer.py +++ b/Stuff/Modules/explorer.py @@ -43,7 +43,7 @@ class Explorer(ttk.Frame): "represents ''Explore' page in the main window notebook" def __init__(self, root): super().__init__(root) - + self["padding"] = (10, 10, 12, 12) self.animate = "stop" diff --git a/Stuff/Modules/starter.py b/Stuff/Modules/starter.py index 106964b..df5a03f 100644 --- a/Stuff/Modules/starter.py +++ b/Stuff/Modules/starter.py @@ -51,7 +51,7 @@ def __init__(self): self.after(250, lambda: print(self.winfo_width())) self.after(250, lambda: print(self.winfo_height())) ''' - x, y = 1120, 810 + x, y = 1000, 770 self.minsize(x, y) placeWindow(self, x, y)