summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-05-20 18:46:28 +0200
committerGitHub <noreply@github.com>2022-05-20 18:46:28 +0200
commitb3bb83b65146df27c4e602f768403af18705fcb9 (patch)
treebb3ec01a4d42911881857a16f8449c3d33a9a9b2 /doc/classes
parent25ec4b447b27036c2c285cd29f7c9a9ad63acc39 (diff)
parent8962d2760d05a2027d65d104bf3763edb828c52a (diff)
Merge pull request #61224 from Calinou/filedialog-tweak-disabled-files-color
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/FileDialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml
index db536a738a..9d55704604 100644
--- a/doc/classes/FileDialog.xml
+++ b/doc/classes/FileDialog.xml
@@ -130,7 +130,7 @@
<theme_item name="file_icon_modulate" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
The color modulation applied to the file icon.
</theme_item>
- <theme_item name="files_disabled" data_type="color" type="Color" default="Color(0, 0, 0, 0.7)">
+ <theme_item name="files_disabled" data_type="color" type="Color" default="Color(1, 1, 1, 0.25)">
The color tint for disabled files (when the [FileDialog] is used in open folder mode).
</theme_item>
<theme_item name="folder_icon_modulate" data_type="color" type="Color" default="Color(1, 1, 1, 1)">