mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1479 : Fixed a bug where impact analysis zoom would reduce div size
SVN:trunk[5898]
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user