Fix incorrect flex value that prevents showing reader content in window
This commit is contained in:
parent
ecea550a37
commit
81eb0b51bc
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@
|
|||
</menubar>
|
||||
|
||||
<hbox flex="1">
|
||||
<vbox id="zotero-reader" flex="3">
|
||||
<vbox id="zotero-reader" flex="1">
|
||||
<browser id="reader"
|
||||
tooltip="iframeTooltip"
|
||||
type="content"
|
||||
|
|
Loading…
Reference in a new issue