Skip to content

Commit e36aae0

Browse files
committed
Increase status label timeout
1 parent e6d5fc8 commit e36aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preditor/gui/loggerwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def setupStatusTimer(self):
10331033
# Create timer to autohide status messages
10341034
self.statusTimer = QTimer()
10351035
self.statusTimer.setSingleShot(True)
1036-
self.statusTimer.setInterval(2000)
1036+
self.statusTimer.setInterval(5000)
10371037
self.statusTimer.timeout.connect(self.clearStatusText)
10381038

10391039
def clearStatusText(self):

0 commit comments

Comments
 (0)