diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-19 14:01:03 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-23 08:03:41 +0200 |
commit | b202a0dd2aa5c93b9fa14d6056513b0a537a9644 (patch) | |
tree | 2085be1a385e3fdb92813c07a47db802432a40fe /doc/classes/FileDialog.xml | |
parent | 03392009725b1a81928865d4f382a2de79e65f54 (diff) | |
download | redot-engine-b202a0dd2aa5c93b9fa14d6056513b0a537a9644.tar.gz |
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
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 ed437aefd5..966be0a981 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -133,6 +133,9 @@ </constant> </constants> <theme_items> + <theme_item name="back_folder" type="Texture2D"> + Custom icon for the back arrow. + </theme_item> <theme_item name="file" type="Texture2D"> Custom icon for files. </theme_item> @@ -148,6 +151,9 @@ <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="forward_folder" type="Texture2D"> + Custom icon for the forward arrow. + </theme_item> <theme_item name="parent_folder" type="Texture2D"> Custom icon for the parent folder arrow. </theme_item> |