mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°3928 Limit impact analysis size
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user