Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Sep 22, 2023
1 parent df3e1ad commit a63d08c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ The layout type property determines how children of a node will be arranged. The

### Size
The size of a node is determined by its `width` and `height` properties. These properties are specified with `Units`, which has four variants:
- `Units::Pixels(val)` - Sets the size to a fixed number of pixels.
![](/docs/images/size_pixels.svg)
- `Units::Pixels(val)` - Sets the size to a fixed number of pixels. ![](/docs/images/size_pixels.svg)

- `Units::Percentage(val)` - Sets the size to a percentage of the nodes parent size.
![](/docs/images/size_percentage.svg)
Expand Down

0 comments on commit a63d08c

Please sign in to comment.