Restore minimize/maximize buttons in note windows on Windows
From db6ec2b160
This commit is contained in:
parent
7b7b4e6e9e
commit
1b6dc5d681
|
@ -3023,7 +3023,7 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
var io = { itemID: itemID, collectionID: col, parentItemID: parentItemID };
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user