Merge pull request #60261 from fire-forge/theme-prop-renames

This commit is contained in:
Rémi Verschelde
2022-04-25 16:20:19 +02:00
committed by GitHub
55 changed files with 184 additions and 193 deletions
+2 -2
View File
@@ -667,10 +667,10 @@
<theme_item name="shadow_outline_size" data_type="constant" type="int" default="1">
The size of the shadow outline.
</theme_item>
<theme_item name="table_hseparation" data_type="constant" type="int" default="3">
<theme_item name="table_h_separation" data_type="constant" type="int" default="3">
The horizontal separation of elements in a table.
</theme_item>
<theme_item name="table_vseparation" data_type="constant" type="int" default="3">
<theme_item name="table_v_separation" data_type="constant" type="int" default="3">
The vertical separation of elements in a table.
</theme_item>
<theme_item name="bold_font" data_type="font" type="Font">