diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
commit | 397e56964dfb6555d2aa431391e3d308a0ec3e0d (patch) | |
tree | 5a1860daee9b931fe200bbfb0c4aa58df685308e /doc/classes/HSplitContainer.xml | |
parent | e223a9c12905b99bb1fe93a56ae634b34eadd359 (diff) | |
download | redot-engine-397e56964dfb6555d2aa431391e3d308a0ec3e0d.tar.gz |
Sort and group theme properties in docs, improve formatting for theme and enums
Diffstat (limited to 'doc/classes/HSplitContainer.xml')
-rw-r--r-- | doc/classes/HSplitContainer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/HSplitContainer.xml b/doc/classes/HSplitContainer.xml index 379d4cfbdb..f2c505b1bc 100644 --- a/doc/classes/HSplitContainer.xml +++ b/doc/classes/HSplitContainer.xml @@ -12,13 +12,13 @@ <theme_item name="autohide" data_type="constant" type="int" default="1"> Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically when it isn't under the cursor. If 0 ([code]false[/code]), it's always visible. </theme_item> - <theme_item name="bg" data_type="style" type="StyleBox"> + <theme_item name="separation" data_type="constant" type="int" default="12"> + The space between sides of the container. </theme_item> <theme_item name="grabber" data_type="icon" type="Texture2D"> The icon used for the grabber drawn in the middle area. </theme_item> - <theme_item name="separation" data_type="constant" type="int" default="12"> - The space between sides of the container. + <theme_item name="bg" data_type="style" type="StyleBox"> </theme_item> </theme_items> </class> |