Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -11,8 +11,8 @@ Root_Window = Tk()
|
|||||||
Root_Window.title("PiperTTS - Prototype GUI") # Sets the GUI Title
|
Root_Window.title("PiperTTS - Prototype GUI") # Sets the GUI Title
|
||||||
|
|
||||||
# Setting up Window Starting Size and Position (can only be even numbers)
|
# Setting up Window Starting Size and Position (can only be even numbers)
|
||||||
Window_Width = 426
|
Window_Width = 500
|
||||||
Window_Height = 576
|
Window_Height = 650
|
||||||
# Getting Screen Width and Height
|
# Getting Screen Width and Height
|
||||||
Screen_Width = Root_Window.winfo_screenwidth()
|
Screen_Width = Root_Window.winfo_screenwidth()
|
||||||
Screen_Height = Root_Window.winfo_screenheight()
|
Screen_Height = Root_Window.winfo_screenheight()
|
||||||
|
|||||||
Reference in New Issue
Block a user