Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Commit 97e7bcf

Browse files
author
Artur Sapek
committed
Longer delay
1 parent c656374 commit 97e7bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coffee/ui/topui.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ui.topUI =
4040
ui.topUI._tooltipShowTimeout = setTimeout =>
4141
$tooltip.fadeIn(50)
4242
ui.topUI._$tooltipVisible = $tooltip
43-
, 400
43+
, 500
4444

4545
unhover:
4646
"slider knob": ->

0 commit comments

Comments
 (0)