fixed bug
This commit is contained in:
11
GUI.py
11
GUI.py
@@ -14,11 +14,11 @@ class App:
|
|||||||
self.master = master
|
self.master = master
|
||||||
master.title("Local Transcribe")
|
master.title("Local Transcribe")
|
||||||
|
|
||||||
#style = ttk.Style()
|
style = ttk.Style()
|
||||||
#style.configure('TLabel', font=('Arial', 10), padding=10)
|
style.configure('TLabel', font=('Arial', 10), padding=10)
|
||||||
#style.configure('TEntry', font=('Arial', 10), padding=10)
|
style.configure('TEntry', font=('Arial', 10), padding=10)
|
||||||
#style.configure('TButton', font=('Arial', 10), padding=10)
|
style.configure('TButton', font=('Arial', 10), padding=10)
|
||||||
#style.configure('TCheckbutton', font=('Arial', 10), padding=10)
|
style.configure('TCheckbutton', font=('Arial', 10), padding=10)
|
||||||
|
|
||||||
# Folder Path
|
# Folder Path
|
||||||
path_frame = ttk.Frame(master, padding=10)
|
path_frame = ttk.Frame(master, padding=10)
|
||||||
@@ -95,6 +95,5 @@ class App:
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# root = tk.Tk()
|
# root = tk.Tk()
|
||||||
root = ThemedTk(theme="clearlooks")
|
root = ThemedTk(theme="clearlooks")
|
||||||
root.geometry("300x200")
|
|
||||||
app = App(root)
|
app = App(root)
|
||||||
root.mainloop()
|
root.mainloop()
|
||||||
Reference in New Issue
Block a user