From 0ff4095b3689093680d4279851d6852eeaa0a0b3 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Tue, 24 Sep 2019 14:45:03 -0300 Subject: Better format arguments in variant parser --- doc/classes/FileDialog.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/FileDialog.xml') diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index 966be0a981..8ccee1c82e 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -72,7 +72,7 @@ The dialog's open or save mode, which affects the selection behavior. See [enum FileMode]. - + The available file type filters. For example, this shows only [code].png[/code] and [code].gd[/code] files: [code]set_filters(PackedStringArray(["*.png ; PNG Images","*.gd ; GDScript Files"]))[/code]. @@ -139,16 +139,16 @@ Custom icon for files. - + The color modulation applied to the file icon. - + The color tint for disabled files (when the [FileDialog] is used in open folder mode). Custom icon for folders. - + The color modulation applied to the folder icon. -- cgit v1.2.3