slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.94k stars 568 forks source link

Text in documentation is cutoff. #4964

Closed Mintype closed 5 months ago

Mintype commented 5 months ago

Link to the doc page: https://slint.dev/releases/1.5.1/docs/slint/src/language/widgets/lineedit#lineedit

image

Here it gets cut off at "but".

In the code it says: image

ogoffart commented 5 months ago

Thanks for reporting the bug. There was an error in the docs, but it was noticed recently and fixed in https://github.com/slint-ui/slint/commit/9885c4744ad2b175fc85826439a16077ea960675 which was fixed after the last release. Which is why you noticed the docs in the source is correct, but not online. The snapshot docs are fixe: https://slint.dev/snapshots/master/docs/slint/src/language/widgets/lineedit#lineedit

Thanks anyway for reporting.