Commit 8e5e1693 authored by Alexey Merkulov's avatar Alexey Merkulov
Browse files

RUBY-22583 Used predefined standard alias icon for YAML aliases in structure view

parent 3d6fbbc6
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,7 +22,7 @@ import java.util.Collections;
* @author oleg
*/
public class YAMLStructureViewFactory implements PsiStructureViewFactory {
static final Icon ALIAS_ICON = AllIcons.Nodes.TreeRightArrow;
static final Icon ALIAS_ICON = AllIcons.Nodes.Alias;
@Override
@Nullable
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment