fix(table): rename shortened function names to full names (#4918)

This commit is contained in:
PGNetHun
2023-12-04 22:57:47 +01:00
committed by GitHub
parent 55d35329ba
commit 91020ea20e
7 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Width and Height
----------------
The width of the columns can be set with
:cpp:expr:`lv_table_set_col_width(table, col_id, width)`. The overall width of
:cpp:expr:`lv_table_set_column_width(table, col_id, width)`. The overall width of
the Table object will be set to the sum of columns widths.
The height is calculated automatically from the cell styles (font,