diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-30 18:53:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 18:53:54 +0200 |
commit | e27b61d291ae65cd1171bd32c9b00912dc17c428 (patch) | |
tree | 8b2f4f2f2810f3617419a828d47408b0f73f6514 /doc | |
parent | 706d988baae40da49c942cf4e7180368fc9b1ead (diff) | |
parent | 8b196be85568b95e532d02cb56e68c790dc69f87 (diff) | |
download | redot-engine-e27b61d291ae65cd1171bd32c9b00912dc17c428.tar.gz |
Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bg
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> |