1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Add "panel" style to PopupDialog

This commit is contained in:
Michael Alexsander
2019-10-27 19:45:03 -03:00
parent 816341af25
commit d92123ed97
4 changed files with 16 additions and 4 deletions

View File

@@ -12,4 +12,9 @@
</methods>
<constants>
</constants>
<theme_items>
<theme_item name="panel" type="StyleBox">
Sets a custom [StyleBox] for the panel of the [PopupDialog].
</theme_item>
</theme_items>
</class>