From abfbb27be8625f41dfce4608338216b02526d8a2 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Wed, 17 Dec 2025 13:41:23 -0800 Subject: [PATCH] Update Uptated-Prototype/Class-Based-GUI-Test.py --- Uptated-Prototype/Class-Based-GUI-Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):