mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
Add word wrap for GUI text area
This commit is contained in:
parent
f44a89502b
commit
3089c375b6
@ -988,7 +988,7 @@ if __name__ == "__main__":
|
||||
root = tk.Tk()
|
||||
root.title("BlockCheck")
|
||||
root.protocol("WM_DELETE_WINDOW", tk_terminate)
|
||||
text = ThreadSafeConsole(root)
|
||||
text = ThreadSafeConsole(root, wrap=tk.WORD)
|
||||
text.pack(expand=1, fill='both')
|
||||
threading.Thread(target=main).start()
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user