diff --git a/java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/FacetsTreeCellRenderer.java b/java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/FacetsTreeCellRenderer.java index deea9427c3b4..2bfd614f8aa1 100644 --- a/java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/FacetsTreeCellRenderer.java +++ b/java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/FacetsTreeCellRenderer.java @@ -62,7 +62,7 @@ public class FacetsTreeCellRenderer extends GroupedElementsRenderer.Tree impleme width = treeWidth; } } - final JComponent component = configureComponent(configurable.getDisplayName(), null, icon, icon, selected, showSeparator, null, + final JComponent component = configureComponent(node.getDisplayName(), null, icon, icon, selected, showSeparator, null, width); myTextLabel.setOpaque(true); return component;