diff --git a/docs/events/mouse_scroll_up.md b/docs/events/mouse_scroll_up.md index cb70b9ae2..ead79e2d8 100644 --- a/docs/events/mouse_scroll_up.md +++ b/docs/events/mouse_scroll_up.md @@ -1,6 +1,6 @@ # MouseScrollUp -The `MouseScrollUp` event is sent to a widget when scroll wheel (or trackpad equivalent) is moved _up_. +The `MouseScrollUp` event is sent to a widget when the scroll wheel (or trackpad equivalent) is moved _up_. - [x] Bubbles diff --git a/docs/events/resize.md b/docs/events/resize.md index f8f2ad062..4ccd2e4d4 100644 --- a/docs/events/resize.md +++ b/docs/events/resize.md @@ -8,6 +8,6 @@ The `Resize` event is sent to a widget when its size changes and when it is firs | attribute | type | purpose | | ---------------- | ---- | ------------------------------------------------- | -| `size` | Size | The new size of the Widget. | -| `virtual_size` | Size | The virtual size (scrollable area) of the Widget. | -| `container_size` | Size | The size of the container (parent widget). | +| `size` | Size | The new size of the Widget | +| `virtual_size` | Size | The virtual size (scrollable area) of the Widget | +| `container_size` | Size | The size of the container (parent widget) |