docs: removes non ascii characters (#4175)

This commit is contained in:
Kevin Schlosser
2023-04-27 11:47:13 -06:00
committed by GitHub
parent e485dd8bb4
commit b1df744538
67 changed files with 457 additions and 457 deletions

View File

@@ -66,12 +66,12 @@ To merge more adjacent cells call this function for each cell.
Scroll
------
If the labels width or height is set to :c:macro:`LV_SIZE_CONTENT` that size
If the label's width or height is set to :c:macro:`LV_SIZE_CONTENT` that size
will be used to show the whole table in the respective direction. E.g.
:cpp:expr:`lv_obj_set_size(table, LV_SIZE_CONTENT, LV_SIZE_CONTENT)`
automatically sets the table size to show all the columns and rows.
If the width or height is set to a smaller number than the intrinsic
If the width or height is set to a smaller number than the "intrinsic"
size then the table becomes scrollable.
Events