Fix horizontal orientation of attachment list in metadata pane
This commit is contained in:
parent
fe100d800b
commit
fffbd6e387
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
</grid>
|
||||
</tabpanel>
|
||||
|
||||
<tabpanel flex="1" align="top">
|
||||
<tabpanel flex="1" orient="vertical">
|
||||
<hbox align="center">
|
||||
<label id="zotero-editpane-attachments-label"/>
|
||||
<button id="zotero-tb-item-attachments-add" type="menu" label="&zotero.item.add;">
|
||||
|
|
|
@ -375,7 +375,7 @@
|
|||
<groupbox pack="center" align="center">
|
||||
<label id="zotero-view-selected-label"/>
|
||||
</groupbox>
|
||||
<tabbox id="zotero-view-tabbox">
|
||||
<tabbox id="zotero-view-tabbox" flex="1">
|
||||
<tabs>
|
||||
<tab label="&zotero.tabs.info.label;"/>
|
||||
<tab label="&zotero.tabs.notes.label;"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue