Janitor: fixup markdown typo

This commit is contained in:
Olivier Goffart 2023-12-29 13:54:01 +01:00
parent 10df2dceea
commit 0ca42445c1

View file

@ -752,7 +752,7 @@ When not part of a layout, its width or height default to 100% of the parent ele
### Callbacks
- **`clicked()`**: Invoked when clicked: The mouse is pressed, then released on this element.
- **`double-clicked()**`: Invoked when double-clicked. The mouse is pressed and released twice on this element in a short
- **`double-clicked()`**: Invoked when double-clicked. The mouse is pressed and released twice on this element in a short
period of time. Assigning this callback will cause the `clicked` callback to get delayed, so that Slint can
detect whether the first click was a click or the first half of a double click.
- **`moved()`**: The mouse has been moved. This will only be called if the mouse is also pressed.