From 1b6dc5d6818cc822e3a6820e28d0da139a36c2d9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 5 Jun 2014 00:53:44 -0400 Subject: [PATCH] Restore minimize/maximize buttons in note windows on Windows From db6ec2b160b6f80bfb70d3c06a53a98be85d9405 --- chrome/content/zotero/zoteroPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 571ad7976..7946da7fc 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -3023,7 +3023,7 @@ var ZoteroPane = new function() } var io = { itemID: itemID, collectionID: col, parentItemID: parentItemID }; - window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen', io); + window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen,dialog=false', io); }