diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-13 17:02:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-13 17:02:07 +0100 |
| commit | 0ed8d05314c9c1deeb6f45da3960b31aef7deed7 (patch) | |
| tree | 1bf685c73ef05b90b3342869dae1785f72aa9cd5 /doc/classes/FileDialog.xml | |
| parent | 88dd5d374fd4f9653b37b93a08df6ddac035f0ea (diff) | |
| parent | e103f21a40ef157cd263b60cf0d9c5750156ec98 (diff) | |
| download | redot-engine-0ed8d05314c9c1deeb6f45da3960b31aef7deed7.tar.gz | |
Merge pull request #36773 from KoBeWi/thats_a_lotta_docs
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/FileDialog.xml')
| -rw-r--r-- | doc/classes/FileDialog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index f2c65a8610..78fcec33ea 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -133,16 +133,22 @@ </constants> <theme_items> <theme_item name="files_disabled" type="Color" default="Color( 0, 0, 0, 0.7 )"> + The color tint for disabled files (when the [FileDialog] is used in open folder mode). </theme_item> <theme_item name="folder" type="Texture2D"> + Custom icon for folders. </theme_item> <theme_item name="folder_icon_modulate" type="Color" default="Color( 1, 1, 1, 1 )"> + The color modulation applied to the folder icon. </theme_item> <theme_item name="parent_folder" type="Texture2D"> + Custom icon for the parent folder arrow. </theme_item> <theme_item name="reload" type="Texture2D"> + Custom icon for the reload button. </theme_item> <theme_item name="toggle_hidden" type="Texture2D"> + Custom icon for the toggle hidden button. </theme_item> </theme_items> </class> |
