docs(grid) typo fix (#2310)
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
0c1105951d
commit
b7e6230a89
@@ -27,7 +27,7 @@ With the following functions you can easily set a Grid layout on any parent.
|
|||||||
|
|
||||||
### Grid descriptors
|
### Grid descriptors
|
||||||
|
|
||||||
First you need to describe the size of rows and columns. It can be done by declaring 2 arrays and the the track sizes in them. The last element must be `LV_GRID_TEMPLATE_LAST`.
|
First you need to describe the size of rows and columns. It can be done by declaring 2 arrays and the track sizes in them. The last element must be `LV_GRID_TEMPLATE_LAST`.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user