Merge pull request #64515 from KoBeWi/PopupPanelContainer

Mention the stretching behavior of PopupPanel
This commit is contained in:
Max Hilbrunner
2022-08-17 14:47:02 +02:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
</brief_description>
<description>
Class for displaying popups with a panel background. In some cases it might be simpler to use than [Popup], since it provides a configurable background. If you are making windows, better check [Window].
If any [Control] node is added as a child of this [PopupPanel], it will be stretched to fit the panel's size (similar to how [PanelContainer] works).
</description>
<tutorials>
</tutorials>