diff --git a/ui/web/inv/map/Application.js b/ui/web/inv/map/Application.js index ad65272599ffab13cbb456c286b2f26c6b2a197f..c7f1dad94020d08a59b5a10f4727b8b03bfc2b58 100644 --- a/ui/web/inv/map/Application.js +++ b/ui/web/inv/map/Application.js @@ -12,7 +12,7 @@ Ext.define("NOC.inv.map.Application", { "NOC.inv.networksegment.TreeCombo", "NOC.inv.map.MapPanel" ], - rightWidth: 200, + rightWidth: 250, zoomLevels: [ [0.25, "25%"], [0.5, "50%"], diff --git a/ui/web/inv/map/Legend.js b/ui/web/inv/map/Legend.js index 91bcdf5535fe22ffb19475f71c3a45db9bfe6076..1f633929084af71ac1ebf7278e240be3e7e327fc 100644 --- a/ui/web/inv/map/Legend.js +++ b/ui/web/inv/map/Legend.js @@ -19,7 +19,7 @@ Ext.define('NOC.inv.map.Legend', { { xtype: 'draw', fontSize: 15, - height: 335, + height: 338, sprites: [ { type: 'text', x: 10, y: 15, @@ -200,5 +200,5 @@ Ext.define('NOC.inv.map.Legend', { } ] } - ], -}); \ No newline at end of file + ] +});