diff options
Diffstat (limited to 'doc/classes/WindowDialog.xml')
-rw-r--r-- | doc/classes/WindowDialog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index befa820f9b..16b8085df3 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -28,11 +28,11 @@ <constants> </constants> <theme_items> - <theme_item name="close" type="Texture"> + <theme_item name="close" type="Texture2D"> </theme_item> <theme_item name="close_h_ofs" type="int" default="18"> </theme_item> - <theme_item name="close_highlight" type="Texture"> + <theme_item name="close_highlight" type="Texture2D"> </theme_item> <theme_item name="close_v_ofs" type="int" default="18"> </theme_item> |