Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-11-24 15:33:15 -08:00
parent 67957b16c6
commit c68566dd59

View File

@@ -20,7 +20,7 @@ Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Wi
# Attempts to make a Input box
try:
Input_Box_Frame = Frame(Root_Window)
Input_Box_Frame = Frame(Root_Window, width=400, height=400)
Input_Box_Frame.grid(row=0, column=0, columnspan=5, padx=10, pady=20, sticky="NSEW")
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame)