mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
Updated icons
[ciskip]
This commit is contained in:
parent
9314628921
commit
dcad7042dc
24 changed files with 48 additions and 232 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue