BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED

- This problem only occurred in IE, your fix was increasing the size
   of the window
This commit is contained in:
Alvaro Campos
2012-06-08 18:16:50 -04:00
parent 833f99241c
commit 63ef4ba807
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ var showProcessMap = function ()
scs.evalScript();
oLeyendsPanel = new leimnud.module.panel();
oLeyendsPanel.options = {
size :{w:160,h:140},
size :{w:160,h:155},
position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),y:45,center:false},
title :G_STRINGS.ID_COLOR_LEYENDS,
theme :"processmaker",

View File

@@ -275,7 +275,7 @@ class Ajax
oLeyendsPanel = new leimnud.module.panel();
oLeyendsPanel.options = {
size :{w:160,h:140},
size :{w:160,h:155},
position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),y:45,center:false},
title :G_STRINGS.ID_COLOR_LEYENDS,
theme :"processmaker",