summaryrefslogtreecommitdiffstats
path: root/doc/classes/PopupPanel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PopupPanel.xml')
-rw-r--r--doc/classes/PopupPanel.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml
index 2fe98281c1..a60d64e730 100644
--- a/doc/classes/PopupPanel.xml
+++ b/doc/classes/PopupPanel.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PopupPanel" inherits="Popup" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Class for displaying popups with a panel background.
+ A popup with a panel background.
</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).
+ A popup with a configurable panel background. Any child controls added to this node will be stretched to fit the panel's size (similar to how [PanelContainer] works). If you are making windows, see [Window].
</description>
<tutorials>
</tutorials>