diff --git a/docs/details/base-widget/styles/style-properties.rst b/docs/details/base-widget/styles/style-properties.rst index aae3d088f..0b56dd1cd 100644 --- a/docs/details/base-widget/styles/style-properties.rst +++ b/docs/details/base-widget/styles/style-properties.rst @@ -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 diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py index 983ae9dc7..ff2cf87bf 100755 --- a/scripts/style_api_gen.py +++ b/scripts/style_api_gen.py @@ -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,