Commit 2f31e0b2 authored by Vladislav.Soroka's avatar Vladislav.Soroka
Browse files

IDEA-193422 Build tool window UI: minor tree stuff

parent 62a356bd
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -93,7 +93,7 @@ public class ExecutionNode extends CachingSimpleNode {
}
if (StringUtil.isNotEmpty(hint)) {
if (isNotEmptyName) {
hint = " " + hint;
hint = " " + hint;
}
presentation.addText(hint, SimpleTextAttributes.GRAY_ATTRIBUTES);
}
......
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