diff --git a/Uptated-Prototype/tkinter-Test.py b/Uptated-Prototype/tkinter-Test.py index c6f7e90..ce0fea4 100644 --- a/Uptated-Prototype/tkinter-Test.py +++ b/Uptated-Prototype/tkinter-Test.py @@ -37,9 +37,9 @@ My_Test_Label4 = Label(Controls_Box_Frame, text="Fourth Label", background = "ye My_Test_Label.pack(fill = "both", expand = True) -My_Test_Label2.pack(fill = "both", expand = True, side "left") -My_Test_Label3.pack(fill = "both", expand = True, side "left") -My_Test_Label4.pack(fill = "both", expand = True, side "left") +My_Test_Label2.pack(fill = "both", expand = True, side = "left") +My_Test_Label3.pack(fill = "both", expand = True, side = "left") +My_Test_Label4.pack(fill = "both", expand = True, side = "left") Root_Window.mainloop()