Update gui.py

This commit is contained in:
B.Jothin kumar 2021-10-13 13:07:19 +05:30 committed by GitHub
parent cf05f0221f
commit 5a00a643f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gui.py
View File

@ -19,7 +19,7 @@ def speak(text):
scroll_bar.pack(side=tk.RIGHT, fill=tk.Y)
chat_listbox.pack(fill=tk.BOTH, side=tk.RIGHT)
chat_listbox.pack(fill=tk.Y, side=tk.RIGHT)
scroll_bar.configure(command=chat_listbox.yview)
chat_listbox.configure(yscrollcommand=scroll_bar.set)
main_frame.pack(fill=tk.BOTH)