Skip to content

Commit

Permalink
docs(flex) fix typo in flex grow section
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Aug 10, 2021
1 parent adbac52 commit e5fafc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/flex.md
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ For example let's there is 400 px remaining space and 4 object with grow:

`A` and `B` will have 100 px size, and `C` will have 200 px size.

Flex grow can be set on a child with `lv_obj_set_flex_flow(child, value)`. `value` needs to be > 1 or 0 to disable grow on the child.
Flex grow can be set on a child with `lv_obj_set_flex_grow(child, value)`. `value` needs to be > 1 or 0 to disable grow on the child.


## Style interface

0 comments on commit e5fafc4

Please sign in to comment.