From 8510249ff095d3ff7ed8e2223dab1b88fa4d9c4c Mon Sep 17 00:00:00 2001 From: Farruco Sanjurjo Date: Tue, 31 Aug 2010 11:10:39 +0200 Subject: [PATCH] Added required constants for TaskComponent widget-class FEA: ItEr02S03MigracionZK5 --- ganttzk/src/main/resources/web/js/ganttz/TaskComponent.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ganttzk/src/main/resources/web/js/ganttz/TaskComponent.js b/ganttzk/src/main/resources/web/js/ganttz/TaskComponent.js index 34225329d..16b94d387 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/TaskComponent.js +++ b/ganttzk/src/main/resources/web/js/ganttz/TaskComponent.js @@ -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 }); \ No newline at end of file