diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-08-17 14:47:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 14:47:02 +0200 |
commit | c5813de0388b5c2a8288c49c4223dbe699bcdc8a (patch) | |
tree | d0dc97c5b7bb748e49884432db3e28af86e757cc /doc/classes | |
parent | 5347732e5fc369d130fd01d3e231ac9295b657d6 (diff) | |
parent | a2b088b1c1b79950212287fd4c8539a67cfcb56f (diff) |
Merge pull request #64515 from KoBeWi/PopupPanelContainer
Mention the stretching behavior of PopupPanel
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/PopupPanel.xml | 1 |
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> |