Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(style) fix typo in style property descriptions
  • Loading branch information
kisvegabor committed Aug 17, 2021
1 parent b0a7337 commit 4e3b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/style_api_gen.py
Expand Up @@ -9,7 +9,7 @@
'dsc': "Sets the width of object. Pixel, percentage and `LV_SIZE_CONTENT` values can be used. Percentage values are relative to the width of the parent's content area."},

{'name': 'MIN_WIDTH',
'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':'idget dependent', 'inherited': 0, 'layout': 1, 'ext_draw': 0,
'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0,
'dsc': "Sets a minimal width. Pixel and percentage values can be used. Percentage values are relative to the width of the parent's content area."},

{'name': 'MAX_WIDTH',
Expand Down

0 comments on commit 4e3b860

Please sign in to comment.