Skip to content

Commit

Permalink
forec resize about dialog Fixes #1632
Browse files Browse the repository at this point in the history
(integrated from master branch change 3a21db4 by Carey Hoffman <cgchoffman@gmail.com>)
  • Loading branch information
th3coop committed Jun 8, 2016
1 parent ce6a9be commit 1ae0d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chrome/komodo/content/about/about.js
Expand Up @@ -56,6 +56,7 @@ function onLoad()
// Note: Would be nice to translate '\n' to <br> or put in a styled textarea.
buildInfoWidget.appendChild(iframe.document.createTextNode(buildInfo));

window.sizeToContent(); // See #1632. Window doesn't fit content.
window.getAttention();
}

Expand Down

0 comments on commit 1ae0d9f

Please sign in to comment.