Update Uptated-Prototype/tkinter-Test.py

This commit is contained in:
2025-12-19 14:54:47 -08:00
parent e2159446d0
commit 62a5e5aec6

View File

@@ -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()