Update Uptated-Prototype/PiperTTS-GUI-Test-2nd.py
This commit is contained in:
@@ -63,7 +63,7 @@ GUI_Button_previous = ttk.Button(Controls_Box_Frame, text="⏮")
|
|||||||
GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="⏭")
|
GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="⏭")
|
||||||
|
|
||||||
# Creating a Test Text Label
|
# Creating a Test Text Label
|
||||||
My_Test_Label = Label(Controls_Box_Frame, text="Test Text?")
|
My_Test_Label = ttk.Label(Controls_Box_Frame, text="Test Text?")
|
||||||
My_Test_Label.grid(row=1, column=0, columnspan=3)
|
My_Test_Label.grid(row=1, column=0, columnspan=3)
|
||||||
|
|
||||||
# Aligning Buttons to grid
|
# Aligning Buttons to grid
|
||||||
|
|||||||
Reference in New Issue
Block a user