Merge pull request #3141 from mfreeborn/fix-tooltip-docs
Fix `Tooltip` docs which still state that the default delay is 2 seconds
This commit is contained in:
parent
2db092ee87
commit
46b5daab42
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Tooltips display a hint of information over some element when hovered.
|
||||
//!
|
||||
//! By default, the tooltip is only displayed when hovered for 2 seconds.
|
||||
//! This delay can be adjusted with [`Tooltip::delay`].
|
||||
//! By default, the tooltip is displayed immediately, however, this can be adjusted
|
||||
//! with [`Tooltip::delay`].
|
||||
//!
|
||||
//! # Example
|
||||
//! ```no_run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue