diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-12-25 23:45:28 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-02-14 14:11:44 +0200 |
commit | d78336c65e3dda2081fe4f3c1e4c269452514086 (patch) | |
tree | e229db2993aabd62977e532ed1b49456f2ada1bc /doc/classes/Tabs.xml | |
parent | b21f854b7f573bcbc963d5346ed37231c29446b6 (diff) | |
download | redot-engine-d78336c65e3dda2081fe4f3c1e4c269452514086.tar.gz |
[CTL] Add missing font outline drawing routines and theme constants.
Diffstat (limited to 'doc/classes/Tabs.xml')
-rw-r--r-- | doc/classes/Tabs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 0c7b992cbf..df9680bf28 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -362,6 +362,9 @@ <theme_item name="font_disabled_color" type="Color" default="Color( 0.9, 0.9, 0.9, 0.2 )"> Font color of disabled tabs. </theme_item> + <theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )"> + The tint of text outline of the tab name. + </theme_item> <theme_item name="font_selected_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )"> Font color of the currently selected tab. </theme_item> @@ -380,6 +383,9 @@ <theme_item name="increment_highlight" type="Texture2D"> Icon for the right arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor. </theme_item> + <theme_item name="outline_size" type="int" default="0"> + The size of the tab text outline. + </theme_item> <theme_item name="panel" type="StyleBox"> </theme_item> <theme_item name="tab_disabled" type="StyleBox"> |