BUG 5285 I add the height to panel the edit process

I add the height to panel the edit process
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-11 16:40:09 -04:00
parent e732cd1d6d
commit 38a521f6d3

View File

@@ -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,