Added required constants for TaskComponent widget-class
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
113ec42f93
commit
8510249ff0
1 changed files with 4 additions and 1 deletions
|
|
@ -64,5 +64,8 @@ ganttz.TaskComponent = zk.$extends(zk.Widget, {
|
|||
},{
|
||||
//"Class" methods and properties
|
||||
_TOOLTIP_DELAY : 10, // 10 milliseconds
|
||||
_PERSPECTIVES_WIDTH : 80
|
||||
_PERSPECTIVES_WIDTH : 80,
|
||||
CORNER_WIDTH : 20,
|
||||
HEIGHT : 10,
|
||||
HALF_HEIGHT : 5
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue