mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ Emphasise the importance of the 'auto' sizing option of layouts
This commit is contained in:
parent
ac6541d74a
commit
6c7c584c9a
@ -129,7 +129,7 @@ Boards can have layout systems that automatically control the positioning and sp
|
||||
|
||||
* Auto-sizing: both types of layouts have properties `verticalSizing`, `horizontalSizing`: "fix" | "auto" | "fill"
|
||||
- `fix` (default): no resizing (size determined by shape's own width/height)
|
||||
- `auto`: size determined by content (container will resize depending on children's dimensions)
|
||||
- `auto`: size determined by content (container will resize depending on children's dimensions); ALWAYS set this if you want the container size to adapt to contents/margins/spacings!
|
||||
- `fill`: resize children to fill the container's size (child resizing is controlled by each child's `layoutChild` properties)
|
||||
|
||||
* When working with boards:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user