diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-27 23:32:03 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-27 23:55:06 -0300 |
commit | 79fc188fc49ac7cdecf362fb027263d27d289669 (patch) | |
tree | 1645503d42f167cf2cbdb4ad5e25c20dec4c96d9 /doc/classes | |
parent | b4778082d1d8afe74eb5900e114b015faab4a526 (diff) |
Multiple cosmetic fixes for embedded windows
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AcceptDialog.xml | 5 | ||||
-rw-r--r-- | doc/classes/Window.xml | 6 |
2 files changed, 7 insertions, 4 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> diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index c8efaca1fc..390ebfabba 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -469,11 +469,11 @@ </theme_item> <theme_item name="close_h_ofs" type="int" default="18"> </theme_item> - <theme_item name="close_highlight" type="Texture2D"> + <theme_item name="close_pressed" type="Texture2D"> </theme_item> <theme_item name="close_v_ofs" type="int" default="18"> </theme_item> - <theme_item name="panel" type="StyleBox"> + <theme_item name="embedded_border" type="StyleBox"> </theme_item> <theme_item name="resize_margin" type="int" default="4"> </theme_item> @@ -494,7 +494,5 @@ <theme_item name="title_outline_size" type="int" default="0"> The size of the title outline. </theme_item> - <theme_item name="window_panel" type="StyleBox"> - </theme_item> </theme_items> </class> |