1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Merge pull request #47163 from bruvzg/macos_sandbox_file_dialog

FileDialog: add Back/Forward buttons, add message for inaccessible folders.
This commit is contained in:
Rémi Verschelde
2021-03-26 00:00:25 +01:00
committed by GitHub
8 changed files with 134 additions and 0 deletions

View File

@@ -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>