diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index 236e8a1ea3..b5356b0070 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -235,7 +235,7 @@ var Zotero_File_Interface_Bibliography = new function() { document.getElementById("citations").label = label; } - window.resizeTo(window.outerWidth, Math.min(650, window.screen.availHeight)); + window.sizeToContent(); }; /* diff --git a/chrome/content/zotero/integration/integrationDocPrefs.xul b/chrome/content/zotero/integration/integrationDocPrefs.xul index a7c1175436..f438c2bee3 100644 --- a/chrome/content/zotero/integration/integrationDocPrefs.xul +++ b/chrome/content/zotero/integration/integrationDocPrefs.xul @@ -43,10 +43,10 @@