Merge pull request #207 from julceslauhub/master
BUG 9281 In a case the legend information on Information-Process Map seems... SOLVED
This commit is contained in:
@@ -275,8 +275,8 @@ class Ajax
|
||||
|
||||
oLeyendsPanel = new leimnud.module.panel();
|
||||
oLeyendsPanel.options = {
|
||||
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},
|
||||
size :{w:260,h:155},
|
||||
position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 260)),y:45,center:false},
|
||||
title :G_STRINGS.ID_COLOR_LEYENDS,
|
||||
theme :"processmaker",
|
||||
statusBar:false,
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
var pnlLegend = new leimnud.module.panel();
|
||||
|
||||
pnlLegend.options = {
|
||||
size: {w: 160, h: 140},
|
||||
size: {w: 260, h: 140},
|
||||
position: {
|
||||
x: ((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),
|
||||
x: ((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 260)),
|
||||
y: 175,
|
||||
center: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user