File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ The configuration `layout: horizontal` is a shorthand for a flex layout:
4141 flex_align_cross : stretch
4242` ` `
4343
44+ In addition, if the option ` pad_all` is set on the container (thus applying padding to the outside) the same
45+ padding will be applied between the columns, i.e. `pad_column` will be set.
46+
4447# ## Vertical Layout
4548
4649The configuration `layout : vertical` is a shorthand for a flex layout:
@@ -54,6 +57,8 @@ The configuration `layout: vertical` is a shorthand for a flex layout:
5457 flex_align_cross: stretch
5558` ` `
5659
60+ Similarly to the `horizontal` layout, using `pad_all` on the container will also apply that padding between rows.
61+
5762# ## Flex
5863
5964The Flex layout in LVGL is a subset implementation
You can’t perform that action at this time.
0 commit comments