You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Rename FileDialog's folder icon custom color to folder_icon_modulate
The custom color introduced in be8d569744
had the same name as the "folder" icon, which could cause conflicts
in the generated documentation.
The new name is also more self-explanatory.
This commit is contained in:
@@ -760,7 +760,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
||||
// FileDialog
|
||||
|
||||
theme->set_icon("folder", "FileDialog", make_icon(icon_folder_png));
|
||||
theme->set_color("folder", "FileDialog", Color(1, 1, 1));
|
||||
theme->set_color("folder_icon_modulate", "FileDialog", Color(1, 1, 1));
|
||||
theme->set_color("files_disabled", "FileDialog", Color(0, 0, 0, 0.7));
|
||||
|
||||
// colorPicker
|
||||
|
||||
Reference in New Issue
Block a user