diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 12:13:15 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 12:13:15 -0600 |
commit | aa6aa45675d7a242f2d24c188382c9a859de67e5 (patch) | |
tree | bf32f0e2fc09d137cd2541a146a87fa57496649a /doc/classes | |
parent | 0a847f74649fa1fbc8fc4c44597223c9c12ad17a (diff) | |
parent | efe5cd29d93c607397600f40a0f17e925e56eaa7 (diff) | |
download | redot-engine-aa6aa45675d7a242f2d24c188382c9a859de67e5.tar.gz |
Merge pull request #97373 from kitbdev/fix-splitcontainer-collapsed-doc
Fix SplitContainer collapsed documentation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/SplitContainer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SplitContainer.xml b/doc/classes/SplitContainer.xml index 650c396190..daafbbdd87 100644 --- a/doc/classes/SplitContainer.xml +++ b/doc/classes/SplitContainer.xml @@ -30,7 +30,7 @@ </methods> <members> <member name="collapsed" type="bool" setter="set_collapsed" getter="is_collapsed" default="false"> - If [code]true[/code], the area of the first [Control] will be collapsed and the dragger will be disabled. + If [code]true[/code], the dragger will be disabled and the children will be sized as if the [member split_offset] was [code]0[/code]. </member> <member name="drag_area_highlight_in_editor" type="bool" setter="set_drag_area_highlight_in_editor" getter="is_drag_area_highlight_in_editor_enabled" default="false"> Highlights the drag area [Rect2] so you can see where it is during development. The drag area is gold if [member dragging_enabled] is [code]true[/code], and red if [code]false[/code]. |