Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/components/lvgl/layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The configuration `layout: horizontal` is a shorthand for a flex layout:
flex_flow: row
flex_align_main: space_evenly
flex_align_track: center
flex_align_cross: stretch
flex_align_cross: center
```

### Vertical Layout
Expand All @@ -51,7 +51,7 @@ The configuration `layout: vertical` is a shorthand for a flex layout:
flex_flow: column
flex_align_main: space_evenly
flex_align_track: center
flex_align_cross: stretch
flex_align_cross: center
```

### Flex
Expand Down