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>
|
</menubar>
|
||||||
|
|
||||||
<hbox flex="1">
|
<hbox flex="1">
|
||||||
<vbox id="zotero-reader" flex="3">
|
<vbox id="zotero-reader" flex="1">
|
||||||
<browser id="reader"
|
<browser id="reader"
|
||||||
tooltip="iframeTooltip"
|
tooltip="iframeTooltip"
|
||||||
type="content"
|
type="content"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue