Fix classic citation and bibliography dialogs not persisting dimensions

The persisting logic doesn't work without an id on the root element
This commit is contained in:
Adomas Venčkauskas 2023-09-21 10:29:57 +03:00
parent f8c3a3a31e
commit a8ccab78f5
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
<window
id="add-citation-dialog"
windowtype="zotero:item-selector"
orient="vertical"
title="&zotero.integration.addEditCitation.title;"

View file

@ -32,6 +32,7 @@
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
<window
id="edit-bibliography-dialog"
orient="vertical"
title="&zotero.integration.editBibliography.title;"
width="750" height="450"