commit 18568d81539343d75519f6a5208b71656267af46
parent 2eb54166209e591964d09bf09c789697e670e9e5
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 29 May 2009 21:02:52 +0000
Prevent buttons from going off bottom of window in long tag fixer, maybe
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/longTagFixer.js b/chrome/content/zotero/longTagFixer.js
@@ -37,7 +37,7 @@ var Zotero_Long_Tag_Fixer = new function () {
}
document.getElementById('zotero-long-tag-fixer').getButton('accept').label = buttonLabel;
-
+ window.sizeToContent();
Zotero.Prefs.set('lastLongTagMode', index);
}