ItEr55S04ValidacionEProbasFuncionaisItEr54S04: Removed trim of long labels in resourcesLoad tree

This commit is contained in:
Lorenzo Tilve 2010-04-22 20:08:22 +02:00 committed by Javier Moran Rua
parent aab58d8d34
commit e3395e4c40

View file

@ -222,7 +222,6 @@ MutableTreeModel<LoadTimeLine> modelForTree,
Label label = new Label();
final String conceptName = principal.getConceptName();
label.setValue(conceptName);
limitValue(result, label, 40);
result.appendChild(label);
return result;
}