From 95f38d0ff14ea371f4ae5e9c94d8227f05ed8c2b Mon Sep 17 00:00:00 2001 From: Alex Coco Date: Wed, 26 Nov 2025 22:49:05 -0500 Subject: [PATCH] Fix LVGL horizontal and vertical equivalent config --- content/components/lvgl/layouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/components/lvgl/layouts.md b/content/components/lvgl/layouts.md index a4bf537309..75d74cf033 100644 --- a/content/components/lvgl/layouts.md +++ b/content/components/lvgl/layouts.md @@ -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 @@ -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