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 = new leimnud.module.panel();
|
||||||
oLeyendsPanel.options = {
|
oLeyendsPanel.options = {
|
||||||
size :{w:160,h:155},
|
size :{w:260,h:155},
|
||||||
position:{x:((document.body.clientWidth * 95) / 100) - ((document.body.clientWidth * 95) / 100 - (((document.body.clientWidth * 95) / 100) - 160)),y:45,center:false},
|
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,
|
title :G_STRINGS.ID_COLOR_LEYENDS,
|
||||||
theme :"processmaker",
|
theme :"processmaker",
|
||||||
statusBar:false,
|
statusBar:false,
|
||||||
|
|||||||
@@ -84,9 +84,9 @@
|
|||||||
var pnlLegend = new leimnud.module.panel();
|
var pnlLegend = new leimnud.module.panel();
|
||||||
|
|
||||||
pnlLegend.options = {
|
pnlLegend.options = {
|
||||||
size: {w: 160, h: 140},
|
size: {w: 260, h: 140},
|
||||||
position: {
|
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,
|
y: 175,
|
||||||
center: false
|
center: false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user