Skip to content

Commit

Permalink
Merge pull request #82653 from MewPurPur/simplify-region-folding-icon
Browse files Browse the repository at this point in the history
Tweak the region folding icons
  • Loading branch information
akien-mga committed Oct 4, 2023
2 parents 72cdb0b + 05aaa04 commit d92c020
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion editor/icons/CodeRegionFoldDownArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion editor/icons/CodeRegionFoldedRightArrow.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: 2 additions & 2 deletions scene/theme/default_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_icon("executing_line", "CodeEdit", icons["arrow_right"]);
theme->set_icon("can_fold", "CodeEdit", icons["arrow_down"]);
theme->set_icon("folded", "CodeEdit", icons["arrow_right"]);
theme->set_icon("can_fold_code_region", "CodeEdit", icons["folder_down_arrow"]);
theme->set_icon("folded_code_region", "CodeEdit", icons["folder_right_arrow"]);
theme->set_icon("can_fold_code_region", "CodeEdit", icons["region_unfolded"]);
theme->set_icon("folded_code_region", "CodeEdit", icons["region_folded"]);
theme->set_icon("folded_eol_icon", "CodeEdit", icons["text_edit_ellipsis"]);

theme->set_font("font", "CodeEdit", Ref<Font>());
Expand Down
1 change: 0 additions & 1 deletion scene/theme/icons/folder_down_arrow.svg

This file was deleted.

1 change: 0 additions & 1 deletion scene/theme/icons/folder_right_arrow.svg

This file was deleted.

1 change: 1 addition & 0 deletions scene/theme/icons/region_folded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scene/theme/icons/region_unfolded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d92c020

Please sign in to comment.