From 38a521f6d3cca2378692e43b2797eeb99bf38403 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Thu, 11 Oct 2012 16:40:09 -0400 Subject: [PATCH] BUG 5285 I add the height to panel the edit process I add the height to panel the edit process --- workflow/engine/js/processmap/core/processmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/js/processmap/core/processmap.js b/workflow/engine/js/processmap/core/processmap.js index a8f11387e..12956ab54 100755 --- a/workflow/engine/js/processmap/core/processmap.js +++ b/workflow/engine/js/processmap/core/processmap.js @@ -359,7 +359,7 @@ var processmap=function(){ this.tmp.editProcessPanel = panel =new leimnud.module.panel(); panel.options={ limit :true, - size :{w:700,h:480}, + size :{w:700,h:520}, position:{x:50,y:50,center:true}, title :G_STRINGS.ID_PROCESSMAP_EDIT_PROCESS+": "+ moldTitle(this.data.db.title.label,700),//this.data.db.title.label,s theme :this.options.theme,