Improved task name style inside gantt view popup
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
9878d03954
commit
ae8c273bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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("% , ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue