Skip to content

Commit

Permalink
Update TextboxSTT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Jan 3, 2023
1 parent 7fe637a commit be3d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextboxSTT.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def flush(self):

text_lbl = tk.Label(ui, wraplength=800, text="---")
text_lbl.configure(bg="#333333", fg="white", font=("Cascadia Code", 27))
text_lbl.place(relx=0.45, rely=0.55, anchor="center")
text_lbl.place(relx=0.5, rely=0.55, anchor="center")

def set_status_label(text, color):
status_lbl.configure(text=text)
Expand Down

0 comments on commit be3d097

Please sign in to comment.