Skip to content

Commit 95f38d0

Browse files
committed
Fix LVGL horizontal and vertical equivalent config
1 parent c1b28dc commit 95f38d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/lvgl/layouts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The configuration `layout: horizontal` is a shorthand for a flex layout:
3838
flex_flow: row
3939
flex_align_main: space_evenly
4040
flex_align_track: center
41-
flex_align_cross: stretch
41+
flex_align_cross: center
4242
```
4343
4444
### Vertical Layout
@@ -51,7 +51,7 @@ The configuration `layout: vertical` is a shorthand for a flex layout:
5151
flex_flow: column
5252
flex_align_main: space_evenly
5353
flex_align_track: center
54-
flex_align_cross: stretch
54+
flex_align_cross: center
5555
```
5656

5757
### Flex

0 commit comments

Comments
 (0)