Make quickformat non-resizable
This commit is contained in:
parent
6bce6b1d30
commit
668ca94f9e
1 changed files with 1 additions and 1 deletions
|
@ -1768,7 +1768,7 @@ Zotero.Integration.Fields.prototype.addEditCitation = function(field) {
|
||||||
io);
|
io);
|
||||||
} else {
|
} else {
|
||||||
var mode = (!Zotero.isMac && Zotero.Prefs.get('integration.keepAddCitationDialogRaised')
|
var mode = (!Zotero.isMac && Zotero.Prefs.get('integration.keepAddCitationDialogRaised')
|
||||||
? 'popup' : 'alwaysRaised')
|
? 'popup' : 'alwaysRaised')+',resizable=false';
|
||||||
Zotero.Integration.displayDialog(me._doc,
|
Zotero.Integration.displayDialog(me._doc,
|
||||||
'chrome://zotero/content/integration/quickFormat.xul', mode, io);
|
'chrome://zotero/content/integration/quickFormat.xul', mode, io);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue