Make quickformat non-resizable

This commit is contained in:
Simon Kornblith 2015-08-08 16:38:17 -04:00
parent 6bce6b1d30
commit 668ca94f9e

View file

@ -1768,7 +1768,7 @@ Zotero.Integration.Fields.prototype.addEditCitation = function(field) {
io);
} else {
var mode = (!Zotero.isMac && Zotero.Prefs.get('integration.keepAddCitationDialogRaised')
? 'popup' : 'alwaysRaised')
? 'popup' : 'alwaysRaised')+',resizable=false';
Zotero.Integration.displayDialog(me._doc,
'chrome://zotero/content/integration/quickFormat.xul', mode, io);
}