commit 788f92bc8b85d9d5b4ebc8e4cc5863ea93f57885
parent 4613f9593c340dc65b23b28ca247e5116c520419
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 3 Apr 2015 23:54:37 -0400
Fix sync error panel positioning (at least on OS X)
After 88be88661
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -956,7 +956,7 @@ Zotero.Sync.Runner = new function () {
var panel = Zotero.Sync.Runner.updateErrorPanel(doc, errors);
- panel.openPopup(this, "after_end", 4, 0, false, false);
+ panel.openPopup(this, "after_end", 15, 0, false, false);
}
}