Fix horizontal orientation of attachment list in metadata pane

This commit is contained in:
Dan Stillman 2009-07-08 04:42:21 +00:00
parent fe100d800b
commit fffbd6e387
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
</grid> </grid>
</tabpanel> </tabpanel>
<tabpanel flex="1" align="top"> <tabpanel flex="1" orient="vertical">
<hbox align="center"> <hbox align="center">
<label id="zotero-editpane-attachments-label"/> <label id="zotero-editpane-attachments-label"/>
<button id="zotero-tb-item-attachments-add" type="menu" label="&zotero.item.add;"> <button id="zotero-tb-item-attachments-add" type="menu" label="&zotero.item.add;">

View file

@ -375,7 +375,7 @@
<groupbox pack="center" align="center"> <groupbox pack="center" align="center">
<label id="zotero-view-selected-label"/> <label id="zotero-view-selected-label"/>
</groupbox> </groupbox>
<tabbox id="zotero-view-tabbox"> <tabbox id="zotero-view-tabbox" flex="1">
<tabs> <tabs>
<tab label="&zotero.tabs.info.label;"/> <tab label="&zotero.tabs.info.label;"/>
<tab label="&zotero.tabs.notes.label;"/> <tab label="&zotero.tabs.notes.label;"/>