mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
update changelog and typo in test description
This commit is contained in:
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added `tooltip` to Binding https://github.com/Textualize/textual/pull/4859
|
- Added `tooltip` to Binding https://github.com/Textualize/textual/pull/4859
|
||||||
|
- Added `TOOLTIP_DELAY` to App to customize time until a tooltip is displayed
|
||||||
|
|
||||||
## [0.76.0]
|
## [0.76.0]
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class TooltipApp(App[None]):
|
|||||||
TOOLTIP_TIMEOUT: Final[float] = 0.4 + 0.1
|
TOOLTIP_TIMEOUT: Final[float] = 0.4 + 0.1
|
||||||
"""How long to wait for a tooltip to appear.
|
"""How long to wait for a tooltip to appear.
|
||||||
|
|
||||||
The 0.4 is the defined value defined with TOOLTIP_DELAY, and the 0.1 is a bit of
|
The 0.4 is the value defined with TOOLTIP_DELAY, and the 0.1 is a bit of
|
||||||
wiggle room.
|
wiggle room.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user