Fix word processor add-on installation window being tiny. Closes #3906
This commit is contained in:
parent
34d857d310
commit
e8df3c29dd
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue