diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2019-10-27 19:45:03 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2019-10-27 19:45:03 -0300 |
commit | d92123ed978ab3599baec0db76c42cfa8f8e2bcd (patch) | |
tree | af84aebbb70ef670f29d02cb25da08185e9f324f /doc | |
parent | 816341af25749e3c2ee1fad370c0c5785293f5b6 (diff) |
Add "panel" style to PopupDialog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PopupDialog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/PopupDialog.xml b/doc/classes/PopupDialog.xml index d85f568abf..939453b977 100644 --- a/doc/classes/PopupDialog.xml +++ b/doc/classes/PopupDialog.xml @@ -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> |