diff options
author | Koyper <tim@maffle.com> | 2023-07-07 11:48:13 -0500 |
---|---|---|
committer | Koyper <tim@maffle.com> | 2023-08-16 08:10:31 -0500 |
commit | e84588987a4f3e0f2007d490344fa7f2452d2575 (patch) | |
tree | 9ab805902831d69925c2e349ab45720c31093b27 /doc/classes/Tree.xml | |
parent | 90f90cbcb0cf2c44a3114048accfd5b407c4ac98 (diff) | |
download | redot-engine-e84588987a4f3e0f2007d490344fa7f2452d2575.tar.gz |
Enabled missing Tree title button font and font size theme settings.
Diffstat (limited to 'doc/classes/Tree.xml')
-rw-r--r-- | doc/classes/Tree.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index a1932ba5b6..004e93ac04 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -606,6 +606,9 @@ <theme_item name="font_size" data_type="font_size" type="int"> Font size of the item's text. </theme_item> + <theme_item name="title_button_font_size" data_type="font_size" type="int"> + Font size of the title button's text. + </theme_item> <theme_item name="arrow" data_type="icon" type="Texture2D"> The arrow icon used when a foldable item is not collapsed. </theme_item> |