commit 7e3d8a8319b24f7c08518351d41807a3e4400f78
parent 7fa1da043b647fb84a3a4b6236466ff082dbb23e
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 23 Feb 2009 08:31:10 +0000
Fix overflow problem with long attachment filenames
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml
@@ -501,7 +501,7 @@
<button id="show" label="&zotero.item.attachment.file.show;" flex="1"/>
</hbox>
<label id="url" crop="end"/>
- <label id="fileNameRow"/>
+ <label id="fileNameRow" crop="end"/>
<label id="accessed"/>
<label id="pages"/>
<label id="dateModified"/>