fix(docs): stray space in style_api_gen.py and generated doc... (#7309)

This commit is contained in:
Victor Wheeler
2024-11-21 03:36:51 -07:00
committed by GitHub
parent bc1155ec5b
commit 67968c7a16
2 changed files with 2 additions and 2 deletions

View File

@@ -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,