Fix overflow problem with long attachment filenames

This commit is contained in:
Dan Stillman 2009-02-23 08:31:10 +00:00
parent 7fa1da043b
commit 7e3d8a8319

View file

@ -501,7 +501,7 @@
<button id="show" label="&zotero.item.attachment.file.show;" flex="1"/> <button id="show" label="&zotero.item.attachment.file.show;" flex="1"/>
</hbox> </hbox>
<label id="url" crop="end"/> <label id="url" crop="end"/>
<label id="fileNameRow"/> <label id="fileNameRow" crop="end"/>
<label id="accessed"/> <label id="accessed"/>
<label id="pages"/> <label id="pages"/>
<label id="dateModified"/> <label id="dateModified"/>