diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 4097994da..f7db533f1 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -116,8 +116,9 @@ var ZoteroPane = new function() var zp = document.getElementById('zotero-pane'); Zotero.setFontSize(zp); - ZoteroPane.updateToolbarPosition(); + this.updateToolbarPosition(); window.addEventListener("resize", this.updateToolbarPosition, false); + window.setTimeout(this.updateToolbarPosition, 0); if (Zotero.isMac) { //document.getElementById('zotero-tb-actions-zeroconf-update').setAttribute('hidden', false);