Select Items dialog: Use drawintitlebar, not chromemargin
Fixes missing window border/shadow and makes it possible to drag the dialog on Windows. Closes #4440
This commit is contained in:
parent
2917f41cb9
commit
b71547469f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
onunload="doUnload();"
|
||||
persist="screenX screenY width height"
|
||||
class="zotero-dialog"
|
||||
chromemargin="0,0,0,0"
|
||||
drawintitlebar="true"
|
||||
>
|
||||
<dialog
|
||||
id="select-items-dialog"
|
||||
|
|
Loading…
Reference in a new issue