Add 'See also' sections to references.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 15:25:47 +00:00
parent 8bf211b898
commit e81779f97c
43 changed files with 216 additions and 5 deletions

View File

@@ -91,3 +91,8 @@ self.styles.height = 10 # Explicit cell height can be an int
self.styles.height = "50%"
self.styles.height = "auto"
```
## See also
- [`max-height`](./max_height.md) and [`min-height`](./min_height.md) to limit the height of a widget.
- [`width`](./width.md) to set the width of a widget.