diff --git a/resource/word-processor-plugin-installer.js b/resource/word-processor-plugin-installer.js index 7fa8a2ff00..f19a0a8ca1 100644 --- a/resource/word-processor-plugin-installer.js +++ b/resource/word-processor-plugin-installer.js @@ -230,6 +230,7 @@ ZoteroPluginInstaller.prototype = { _firstRunListener: function() { this._progressWindowLabel = this._progressWindow.document.getElementById("progress-label"); this._progressWindowLabel.value = Zotero.getString('zotero.preferences.wordProcessors.installing', this._addon.EXTENSION_STRING); + this._progressWindow.sizeToContent(); var me = this; setTimeout(function() { me._progressWindow.focus();