fx-compat: Fix content shrinking to half of window height
On my system, this would always happen after adding a new attachment.
This commit is contained in:
parent
29b270e761
commit
02bcb1712c
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@
|
|||
title="&brandShortName;"
|
||||
width="1000" height="600"
|
||||
persist="screenX screenY width height sizemode"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
style="display: flex;">
|
||||
|
||||
|
||||
<html:link rel="localization" href="zotero/menubar.ftl"/>
|
||||
|
|
Loading…
Reference in a new issue