Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -20,7 +20,7 @@ Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Wi
|
|||||||
# Attempts to make a Input box
|
# Attempts to make a Input box
|
||||||
try:
|
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")
|
Input_Box_Frame.grid(row=0, column=0, columnspan=5, padx=10, pady=20, sticky="NSEW")
|
||||||
|
|
||||||
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame)
|
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user