mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
fix(docs): stray space in style_api_gen.py and generated doc... (#7309)
This commit is contained in:
parent
bc1155ec5b
commit
67968c7a16
@ -428,7 +428,7 @@ Properties to describe spacing around a Widget. Very similar to the margin prope
|
||||
margin_top
|
||||
~~~~~~~~~~
|
||||
|
||||
Sets margin on the top. Widget will keep this space from its siblings in layouts.
|
||||
Sets margin on the top. Widget will keep this space from its siblings in layouts.
|
||||
|
||||
.. raw:: html
|
||||
|
||||
|
@ -126,7 +126,7 @@ props = [
|
||||
{'section': 'Margin', 'dsc' : "Properties to describe spacing around a Widget. Very similar to the margin properties in HTML."},
|
||||
{'name': 'MARGIN_TOP',
|
||||
'style_type': 'num', 'var_type': 'int32_t', 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0,
|
||||
'dsc': "Sets margin on the top. Widget will keep this space from its siblings in layouts. "},
|
||||
'dsc': "Sets margin on the top. Widget will keep this space from its siblings in layouts."},
|
||||
|
||||
{'name': 'MARGIN_BOTTOM',
|
||||
'style_type': 'num', 'var_type': 'int32_t', 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0,
|
||||
|
Loading…
Reference in New Issue
Block a user