diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-08-04 19:54:41 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-08-04 22:27:10 +0300 |
commit | bf2839ea3ee280462fb9117a73bae407354ea832 (patch) | |
tree | b13bb7dc667dd8d27bd756013dea7373f7834d0e /doc/classes/HSeparator.xml | |
parent | 85186bc0c5f8ad135168018bb90ac0dd4e834500 (diff) |
Add theme item descriptions to the online documentation
Diffstat (limited to 'doc/classes/HSeparator.xml')
-rw-r--r-- | doc/classes/HSeparator.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/HSeparator.xml b/doc/classes/HSeparator.xml index 5b418d6428..24495d208e 100644 --- a/doc/classes/HSeparator.xml +++ b/doc/classes/HSeparator.xml @@ -13,10 +13,10 @@ <constants> </constants> <theme_items> - <theme_item name="separation" type="int" default="4"> + <theme_item name="separation" data_type="constant" type="int" default="4"> The height of the area covered by the separator. Effectively works like a minimum height. </theme_item> - <theme_item name="separator" type="StyleBox"> + <theme_item name="separator" data_type="style" type="StyleBox"> The style for the separator line. Works best with [StyleBoxLine]. </theme_item> </theme_items> |