Fix dialog window titlebar on macOS (#4011)

After #4010
This commit is contained in:
windingwind 2024-04-19 19:32:50 +08:00 committed by GitHub
parent dfaa0ce129
commit 3e30ae1797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 24 additions and 1 deletions

View file

@ -32,12 +32,14 @@
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&scaffold.load.title;"
drawintitlebar-platforms="mac"
onload="Scaffold_Load.onLoad()"
class="zotero-dialog"
style="min-width: 500px;">
<dialog buttons="cancel,accept"
id="scaffold-load">
<script src="load.js"/>
<script src="chrome://zotero/content/titlebar.js"/>
<richlistbox id="listbox" class="theme-listbox"/>
</dialog>
</window>