diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-16 01:46:14 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-16 01:46:29 +0200 |
commit | 62cb43bb8dec8f5078012b58ff06a2077078565f (patch) | |
tree | f4a04475b8e2b9eb5e5ddafa8e654a50d359436d /doc/classes/EditorFileDialog.xml | |
parent | a74cc225912a806ff2d460c4a64afbef4c8d855a (diff) | |
download | redot-engine-62cb43bb8dec8f5078012b58ff06a2077078565f.tar.gz |
doc: Sync classref with current source
[ci skip]
Diffstat (limited to 'doc/classes/EditorFileDialog.xml')
-rw-r--r-- | doc/classes/EditorFileDialog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index 1e0f27ef7f..6ae893f189 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -185,5 +185,9 @@ </constant> <constant name="ACCESS_FILESYSTEM" value="2"> </constant> + <constant name="DISPLAY_THUMBNAILS" value="0"> + </constant> + <constant name="DISPLAY_LIST" value="1"> + </constant> </constants> </class> |