N°1479 : Fixed a bug where impact analysis zoom would reduce div size

SVN:trunk[5898]
This commit is contained in:
Stephen Abello
2018-06-22 07:58:48 +00:00
parent fdb439f054
commit ce36ef3aad

View File

@@ -392,7 +392,7 @@ $(function()
} }
}); });
this.element.height(maxHeight - 20); this.element.height(maxHeight - 13);
this.oPaper.setSize(this.element.width(), this.element.height()); this.oPaper.setSize(this.element.width(), this.element.height());
}, },
auto_scale: function() auto_scale: function()