summaryrefslogtreecommitdiff
path: root/doc/classes/MarginContainer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/MarginContainer.xml')
-rw-r--r--doc/classes/MarginContainer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MarginContainer.xml b/doc/classes/MarginContainer.xml
index 3ea3204e56..fe63ba956f 100644
--- a/doc/classes/MarginContainer.xml
+++ b/doc/classes/MarginContainer.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
Adds a top, left, bottom, and right margin to all [Control] nodes that are direct children of the container. To control the [MarginContainer]'s margin, use the [code]margin_*[/code] theme properties listed below.
- [b]Note:[/b] Be careful, [Control] margin values are different than the constant margin values. If you want to change the custom margin values of the [MarginContainer] by code you should use the following examples:
+ [b]Note:[/b] Be careful, [Control] margin values are different than the constant margin values. If you want to change the custom margin values of the [MarginContainer] by code, you should use the following examples:
[codeblock]
var margin_value = 100
set("custom_constants/margin_top", margin_value)