diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-08-29 17:40:17 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-08-29 23:43:32 +0300 |
commit | 8b196be85568b95e532d02cb56e68c790dc69f87 (patch) | |
tree | 4514a87271176ba390626c20fc458d25a529ef04 /doc | |
parent | 051f24b067642a241d0a4acbb1b7644e11700bfc (diff) | |
download | redot-engine-8b196be85568b95e532d02cb56e68c790dc69f87.tar.gz |
Add background to TabContainer's tabbar and editor docks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TabContainer.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 74f258072c..302f9b329b 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -258,5 +258,8 @@ <theme_item name="tab_unselected" data_type="style" type="StyleBox"> The style of the other, unselected tabs. </theme_item> + <theme_item name="tabbar_background" data_type="style" type="StyleBox"> + The style for the background fill of the [TabBar] area. + </theme_item> </theme_items> </class> |