diff options
Diffstat (limited to 'doc/classes/Panel.xml')
-rw-r--r-- | doc/classes/Panel.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml index 1f5b0ab925..92ed109e70 100644 --- a/doc/classes/Panel.xml +++ b/doc/classes/Panel.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Panel" inherits="Control" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Provides an opaque background for [Control] children. + A GUI control that displays a [StyleBox]. </brief_description> <description> - Panel is a [Control] that displays an opaque background. It's commonly used as a parent and container for other types of [Control] nodes. + [Panel] is a GUI control that displays a [StyleBox]. See also [PanelContainer]. </description> <tutorials> <link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link> @@ -13,7 +13,7 @@ </tutorials> <theme_items> <theme_item name="panel" data_type="style" type="StyleBox"> - The style of this [Panel]. + The [StyleBox] of this control. </theme_item> </theme_items> </class> |