Restore minimize/maximize buttons in note windows on Windows

From db6ec2b160
This commit is contained in:
Dan Stillman 2014-06-05 00:53:44 -04:00
parent 7b7b4e6e9e
commit 1b6dc5d681

View file

@ -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);
}