diff options
Diffstat (limited to 'doc/classes/StyleBox.xml')
-rw-r--r-- | doc/classes/StyleBox.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml index 75fbb03dd6..8ba57766eb 100644 --- a/doc/classes/StyleBox.xml +++ b/doc/classes/StyleBox.xml @@ -110,7 +110,7 @@ [method get_margin] should be used to fetch this value as consumer instead of reading these properties directly. This is because it correctly respects negative values and the fallback mentioned above. </member> <member name="content_margin_left" type="float" setter="set_content_margin" getter="get_content_margin" default="-1.0"> - The left margin for the contents of this style box. Increasing this value reduces the space available to the contents from the left. + The left margin for the contents of this style box. Increasing this value reduces the space available to the contents from the left. Refer to [member content_margin_bottom] for extra considerations. </member> <member name="content_margin_right" type="float" setter="set_content_margin" getter="get_content_margin" default="-1.0"> |