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:
@@ -359,7 +359,7 @@ var processmap=function(){
|
|||||||
this.tmp.editProcessPanel = panel =new leimnud.module.panel();
|
this.tmp.editProcessPanel = panel =new leimnud.module.panel();
|
||||||
panel.options={
|
panel.options={
|
||||||
limit :true,
|
limit :true,
|
||||||
size :{w:700,h:480},
|
size :{w:700,h:520},
|
||||||
position:{x:50,y:50,center:true},
|
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
|
title :G_STRINGS.ID_PROCESSMAP_EDIT_PROCESS+": "+ moldTitle(this.data.db.title.label,700),//this.data.db.title.label,s
|
||||||
theme :this.options.theme,
|
theme :this.options.theme,
|
||||||
|
|||||||
Reference in New Issue
Block a user