Skip to content

Commit

Permalink
Merge pull request #14674 from djrm/pr_visual_improvements
Browse files Browse the repository at this point in the history
Updated icons
  • Loading branch information
akien-mga authored Dec 14, 2017
2 parents 9314628 + dcad704 commit f25d9a5
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 232 deletions.
2 changes: 1 addition & 1 deletion editor/dependency_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
56 changes: 2 additions & 54 deletions editor/icons/icon_GUI_visibility_hidden.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 2 additions & 62 deletions editor/icons/icon_GUI_visibility_visible.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 5 additions & 60 deletions editor/icons/icon_GUI_visibility_xray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions editor/icons/icon_bake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions editor/icons/icon_baked_light.svg

This file was deleted.

5 changes: 0 additions & 5 deletions editor/icons/icon_baked_light_instance.svg

This file was deleted.

5 changes: 0 additions & 5 deletions editor/icons/icon_baked_light_sampler.svg

This file was deleted.

3 changes: 3 additions & 0 deletions editor/icons/icon_baked_lightmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions editor/icons/icon_baked_lightmap_data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions editor/icons/icon_editor_handle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions editor/icons/icon_editor_handle_add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions editor/icons/icon_editor_plugin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions editor/icons/icon_gizmo_baked_lightmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f25d9a5

Please sign in to comment.