summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-08-17 02:28:13 +0200
committerkobewi <kobewi4e@gmail.com>2022-08-17 02:29:19 +0200
commita2b088b1c1b79950212287fd4c8539a67cfcb56f (patch)
tree19bae8fe06258b8f88cfd9e69ed9ec15abeaec47
parent2e24b76535dceb9cf18ab8ece3304ed92948c1b5 (diff)
Mention the stretching behavior of PopupPanel
-rw-r--r--doc/classes/PopupPanel.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml
index d850cf20b8..0c6c342f5b 100644
--- a/doc/classes/PopupPanel.xml
+++ b/doc/classes/PopupPanel.xml
@@ -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>