N°3928 Limit impact analysis size

This commit is contained in:
Stephen Abello
2021-08-25 10:48:27 +02:00
parent f72a6ee963
commit 8289b028cf

View File

@@ -66,7 +66,7 @@ $(function()
this.bInUpdateSliderZoom = false;
this.bRedrawNeeded = false;
this.oPaper = Raphael(this.element.get(0), 16*this.element.width(), 16*this.element.height());
this.oPaper = Raphael(this.element.get(0), this.element.width(), this.element.height());
this.element
.addClass('panel-resized')