[Bug #592] Adding label tooltiptext and tree icon width fixes.

FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
Lorenzo Tilve 2010-08-20 12:55:32 +02:00
parent 6df2e3b75b
commit 3c869a2337
3 changed files with 3 additions and 2 deletions

View file

@ -409,6 +409,7 @@ public class LeftTasksTreeRow extends GenericForwardComposer {
getEndDateTextBox().setValue(asString(task.getEndDate()));
} else {
nameLabel.setValue(task.getName());
nameLabel.setTooltiptext(task.getName());
startDateLabel.setValue(asString(task.getBeginDate()));
endDateLabel.setValue(asString(task.getEndDate()));
}

View file

@ -18,7 +18,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<treerow sclass="taskdetail_grid">
<treerow sclass="taskdetail_grid taskdetail-company-view">
<zscript><![CDATA[
]]>
</zscript>

View file

@ -137,7 +137,7 @@
padding-left: 4px;
}
.taskdetail_grid .z-tree-ico {
.taskdetail-company-view .z-tree-ico {
display:none;
}