diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-09-06 20:48:58 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-09-06 22:53:19 +0300 |
commit | 39ef611a7d369d73fd9a85afecbddcf3903f70d2 (patch) | |
tree | 068552cc7f7d15adac7ce6dd0d6c72cd80568ca7 /doc/classes | |
parent | 43f03e2ce66ce87646642879011c416bbf4ae6fb (diff) |
Fix theming code in Panel, SplitContainer, RichTextLabel
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Panel.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml index da69431276..69c896e806 100644 --- a/doc/classes/Panel.xml +++ b/doc/classes/Panel.xml @@ -15,7 +15,5 @@ <theme_item name="panel" data_type="style" type="StyleBox"> The style of this [Panel]. </theme_item> - <theme_item name="panel_fg" data_type="style" type="StyleBox"> - </theme_item> </theme_items> </class> |