Apply suggestions from code review

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-25 10:22:49 +01:00
committed by GitHub
parent 0a570b8397
commit a3d3823c2b
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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) |