Remove Popup's unused "panel" style

This commit is contained in:
Michael Alexsander
2024-04-13 13:24:37 -03:00
parent a7b860250f
commit 7c75355541
5 changed files with 8 additions and 11 deletions

View File

@ -768,6 +768,9 @@
<theme_item name="labeled_separator_right" data_type="style" type="StyleBox">
[StyleBox] for the right side of labeled separator. See [method add_separator].
</theme_item>
<theme_item name="panel" data_type="style" type="StyleBox">
[StyleBox] for the the background panel.
</theme_item>
<theme_item name="separator" data_type="style" type="StyleBox">
[StyleBox] used for the separators. See [method add_separator].
</theme_item>