diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 494b5f0..595d652 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -57,7 +57,7 @@ except Exception as e: print("An exception occurred - when creating input Frame.") # Attempts to create a Controls Frame try: - Controls_Box_Frame = ttk.Frame(Root_Window) + Controls_Box_Frame = ttk.Frame(Root_Window, bg = "#404040") except Exception as e: print(e, type(e)) print("An exception occurred - when creating Controls Frame.")