From a2b088b1c1b79950212287fd4c8539a67cfcb56f Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 17 Aug 2022 02:28:13 +0200 Subject: [PATCH] Mention the stretching behavior of PopupPanel --- doc/classes/PopupPanel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml index d850cf20b847..0c6c342f5b98 100644 --- a/doc/classes/PopupPanel.xml +++ b/doc/classes/PopupPanel.xml @@ -5,6 +5,7 @@ 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).