Improved task name style inside gantt view popup

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-03-12 08:55:22 +01:00
parent 9878d03954
commit ae8c273bc6

View file

@ -884,7 +884,7 @@ public class TaskElementAdapter {
private String buildTooltipText(BigDecimal progressPercentage) {
StringBuilder result = new StringBuilder();
result.append(_("Name: {0}", getName()) + "<br/>");
result.append("<strong>" + getName() + "</strong><br/>");
result.append(_("Progress") + ": ").append(progressPercentage)
.append("% , ");