N°3560 Fix Impact analysis size flickering when refreshing

This commit is contained in:
Stephen Abello
2021-03-04 15:16:32 +01:00
parent 675dcda86d
commit 64754f982c

View File

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