diff --git a/Uptated-Prototype/Class-Based-GUI-Test.py b/Uptated-Prototype/Class-Based-GUI-Test.py index 7cdce46..5b09ad3 100644 --- a/Uptated-Prototype/Class-Based-GUI-Test.py +++ b/Uptated-Prototype/Class-Based-GUI-Test.py @@ -24,7 +24,7 @@ class MainTextWidget(ttk.Frame): self.pack(fill = "both", expand = True) Input_Box = tk.Text(self, selectbackground="yellow", selectforeground="black", undo=True) - Input_Box.pack(side = LEFT, padx=5, pady=5, expand = True, fill = "both") + Input_Box.pack(side = "left", padx=5, pady=5, expand = True, fill = "both") class MainPlaybackWidget(ttk.Frame): def __init__(self, parent):