From 21f6a2ea035e0fd2ea5ea69cfd5e42d3984c908e Mon Sep 17 00:00:00 2001 From: Ehsan Galavi <31258153+eh-san@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:42:39 +0430 Subject: [PATCH] docs(flex) update flex.md (#2517) Description sentences "LV_FLEX_FLOW_ROW_WRAP_REVERSE" and "LV_FLEX_FLOW_COLUMN_WRAP_REVERSE" are corrected. --- docs/layouts/flex.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layouts/flex.md b/docs/layouts/flex.md index c2fc00d21..a08897ed0 100644 --- a/docs/layouts/flex.md +++ b/docs/layouts/flex.md @@ -39,8 +39,8 @@ The possible values for `flex_flow` are: - `LV_FLEX_FLOW_COLUMN_WRAP` Place the children in a column with wrapping - `LV_FLEX_FLOW_ROW_REVERSE` Place the children in a row without wrapping but in reversed order - `LV_FLEX_FLOW_COLUMN_REVERSE` Place the children in a column without wrapping but in reversed order -- `LV_FLEX_FLOW_ROW_WRAP_REVERSE` Place the children in a row without wrapping but in reversed order -- `LV_FLEX_FLOW_COLUMN_WRAP_REVERSE` Place the children in a column without wrapping but in reversed order +- `LV_FLEX_FLOW_ROW_WRAP_REVERSE` Place the children in a row with wrapping but in reversed order +- `LV_FLEX_FLOW_COLUMN_WRAP_REVERSE` Place the children in a column with wrapping but in reversed order ### Flex align To manage the placement of the children use `lv_obj_set_flex_align(obj, main_place, cross_place, track_cross_place)`