Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request ether#282 from Yuuji/maxlines_bug239
Browse files Browse the repository at this point in the history
Bugfix ether#239: Remove max height in ace
  • Loading branch information
Egil Möller committed Jul 14, 2011
2 parents 0a5a397 + b2489c5 commit f13c911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infrastructure/ace/www/ace2_inner.js
Expand Up @@ -3724,8 +3724,6 @@ function OUTER(gscope) {
else {
if (newWidth < viewWidth) newWidth = viewWidth;
}
if (newHeight > 32000) newHeight = 32000;
if (newWidth > 32000) newWidth = 32000;
setIfNecessary(iframe.style, "height", newHeight+"px");
setIfNecessary(iframe.style, "width", newWidth+"px");
setIfNecessary(sideDiv.style, "height", newHeight+"px");
Expand Down

0 comments on commit f13c911

Please sign in to comment.