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

Updated icons

[ciskip]
This commit is contained in:
Daniel J. Ramirez
2017-12-14 15:34:24 -06:00
parent 9314628921
commit dcad7042dc
24 changed files with 48 additions and 232 deletions

View File

@@ -678,7 +678,7 @@ bool OrphanResourcesDialog::_fill_owners(EditorFileSystemDirectory *efsd, HashMa
int ds = efsd->get_file_deps(i).size();
ti->set_text(1, itos(ds));
if (ds) {
ti->add_button(1, get_icon("Visible", "EditorIcons"));
ti->add_button(1, get_icon("GuiVisibilityVisible", "EditorIcons"));
}
ti->set_metadata(0, path);
has_childs = true;