summaryrefslogtreecommitdiff
path: root/doc/classes/BoxContainer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/BoxContainer.xml')
-rw-r--r--doc/classes/BoxContainer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml
index 23f4a61fdb..7003158387 100644
--- a/doc/classes/BoxContainer.xml
+++ b/doc/classes/BoxContainer.xml
@@ -27,13 +27,13 @@
</member>
</members>
<constants>
- <constant name="ALIGN_BEGIN" value="0">
+ <constant name="ALIGN_BEGIN" value="0" enum="AlignMode">
Aligns children with the beginning of the container.
</constant>
- <constant name="ALIGN_CENTER" value="1">
+ <constant name="ALIGN_CENTER" value="1" enum="AlignMode">
Aligns children with the center of the container.
</constant>
- <constant name="ALIGN_END" value="2">
+ <constant name="ALIGN_END" value="2" enum="AlignMode">
Aligns children with the end of the container.
</constant>
</constants>