We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b28dc commit 95f38d0Copy full SHA for 95f38d0
content/components/lvgl/layouts.md
@@ -38,7 +38,7 @@ The configuration `layout: horizontal` is a shorthand for a flex layout:
38
flex_flow: row
39
flex_align_main: space_evenly
40
flex_align_track: center
41
- flex_align_cross: stretch
+ flex_align_cross: center
42
```
43
44
### Vertical Layout
@@ -51,7 +51,7 @@ The configuration `layout: vertical` is a shorthand for a flex layout:
51
flex_flow: column
52
53
54
55
56
57
### Flex
0 commit comments