diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index ba5b833..4561e70 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -75,7 +75,7 @@ try: #Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.7) #Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7) Input_Box_Frame.pack(fill = "both", expand = True) - Controls_Box_Frame.pack(fill = "both") + Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top") except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")