diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-07-28 18:24:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 18:24:07 +0200 |
commit | 60eb508fbb9ddd30fa567f183f8f50b74af38cd6 (patch) | |
tree | 7233e7019c11b768dcd2e393c257d9b5455fa858 /doc/classes/AcceptDialog.xml | |
parent | 684994241937e9833e35b785a23b6b860abfde38 (diff) | |
parent | 79fc188fc49ac7cdecf362fb027263d27d289669 (diff) |
Merge pull request #50961 from YeldhamDev/embed_windows_fixes
Multiple cosmetic fixes for embedded windows
Diffstat (limited to 'doc/classes/AcceptDialog.xml')
-rw-r--r-- | doc/classes/AcceptDialog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml index fd1e2ba104..ec276ed227 100644 --- a/doc/classes/AcceptDialog.xml +++ b/doc/classes/AcceptDialog.xml @@ -105,4 +105,9 @@ </signals> <constants> </constants> + <theme_items> + <theme_item name="panel" type="StyleBox"> + Panel that fills up the background of the window. + </theme_item> + </theme_items> </class> |