[Bug #592] Adding label tooltiptext and tree icon width fixes.
FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
6df2e3b75b
commit
3c869a2337
3 changed files with 3 additions and 2 deletions
|
|
@ -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()));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.taskdetail_grid .z-tree-ico {
|
||||
.taskdetail-company-view .z-tree-ico {
|
||||
display:none;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue