mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
five second tooltip delay
This commit is contained in:
parent
be4b3faeb2
commit
294ac8045c
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
self.toolTipLabel.show()
|
||||
self.toolTipTimer = QTimer(self)
|
||||
self.toolTipTimer.setSingleShot(True)
|
||||
self.toolTipTimer.start(2000)
|
||||
self.toolTipTimer.start(5000)
|
||||
self.connect(self.toolTipTimer, SIGNAL("timeout()"),
|
||||
self.closeToolTip)
|
||||
|
||||
|
|
Loading…
Reference in a new issue