diff --git a/wg_main.py b/wg_main.py index 4bc777e..e2f47b6 100755 --- a/wg_main.py +++ b/wg_main.py @@ -1097,7 +1097,7 @@ class MyToolTip(tk.Toplevel): if not tips: AUTO_CLEAR_TIME = 0 else: - AUTO_CLEAR_TIME = 900 # Millisecond. (1/90 sec.) + AUTO_CLEAR_TIME = 2000 # Millisecond. (1/200 sec.) def __init__(self, x_pos, y_pos, message=None, auto_clear=True): self.x_pos = x_pos