commit fffbd6e387e2334135ff649fec8d0321a72f64b9
parent fe100d800b867c2875c20320c90e97e4e679cb14
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 8 Jul 2009 04:42:21 +0000
Fix horizontal orientation of attachment list in metadata pane
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul
@@ -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;">
diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul
@@ -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;"/>