diff --git a/src/chrome/komodo/content/about/about.js b/src/chrome/komodo/content/about/about.js index 766398d62d..dc41b48078 100644 --- a/src/chrome/komodo/content/about/about.js +++ b/src/chrome/komodo/content/about/about.js @@ -56,6 +56,7 @@ function onLoad() // Note: Would be nice to translate '\n' to
or put in a styled textarea. buildInfoWidget.appendChild(iframe.document.createTextNode(buildInfo)); + window.sizeToContent(); // See #1632. Window doesn't fit content. window.getAttention(); }