diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-25 16:20:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 16:20:19 +0200 |
commit | 02bb8e948fb7ce230d9b293ffc362d305d08538c (patch) | |
tree | dc12804ebc10fd23dbc280d26270563013b4539b /doc/classes/ItemList.xml | |
parent | 49a7f929a6fc45e6f66f4f3c410d06b9966a1e55 (diff) | |
parent | 3073b85de93bd38d9e15064a105afb2eb381fd7d (diff) |
Merge pull request #60261 from fire-forge/theme-prop-renames
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r-- | doc/classes/ItemList.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 06bd64577b..edfd8daec1 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -476,7 +476,7 @@ <theme_item name="guide_color" data_type="color" type="Color" default="Color(0, 0, 0, 0.1)"> [Color] of the guideline. The guideline is a line drawn between each row of items. </theme_item> - <theme_item name="hseparation" data_type="constant" type="int" default="4"> + <theme_item name="h_separation" data_type="constant" type="int" default="4"> The horizontal spacing between items. </theme_item> <theme_item name="icon_margin" data_type="constant" type="int" default="4"> @@ -488,7 +488,7 @@ <theme_item name="outline_size" data_type="constant" type="int" default="0"> The size of the item text outline. </theme_item> - <theme_item name="vseparation" data_type="constant" type="int" default="2"> + <theme_item name="v_separation" data_type="constant" type="int" default="2"> The vertical spacing between items. </theme_item> <theme_item name="font" data_type="font" type="Font"> |