www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1b6dc5d6818cc822e3a6820e28d0da139a36c2d9
parent 7b7b4e6e9ead292626b00e6ec61f602acc5834ed
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  5 Jun 2014 00:53:44 -0400

Restore minimize/maximize buttons in note windows on Windows

From db6ec2b160b6f80bfb70d3c06a53a98be85d9405

Diffstat:
Mchrome/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 @@ -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); }