mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
This commit is contained in:
@@ -13,13 +13,13 @@ BoxContainer
|
||||
|
||||
**Inherited By:** :ref:`ColorPicker<class_ColorPicker>`, :ref:`HBoxContainer<class_HBoxContainer>`, :ref:`VBoxContainer<class_VBoxContainer>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Base class for box containers.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Arranges child controls vertically or horizontally, and rearranges the controls automatically when their minimum size changes.
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -55,11 +55,6 @@ enum **AlignMode**:
|
||||
|
||||
- **ALIGN_END** = **2** --- Aligns children with the end of the container.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Arranges child controls vertically or horizontally, and rearranges the controls automatically when their minimum size changes.
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user