commit c403d8ff059b6e668404d5d0ce7e6dd1a92623d9 parent 9c69ad5838a99c862eddab93afba0894114ea47c Author: Felicitus <felicitus@felicitus.org> Date: Thu, 5 Jan 2012 20:42:40 +0100 Changed the attachment icon to a smaller one to ensure each grid row has the same height Diffstat:
M | src/frontend/js/Components/Part/PartsGrid.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontend/js/Components/Part/PartsGrid.js b/src/frontend/js/Components/Part/PartsGrid.js @@ -207,7 +207,7 @@ Ext.define('PartKeepr.PartsGrid', { { var ret = ""; if (rec.get("attachmentCount") > 0) { - ret += '<img src="resources/silkicons/attach.png" alt="'+i18n("Has attachments")+'" title="'+i18n("Has attachments")+'"/>'; + ret += '<img src="resources/diagona-icons/icons/10/190.png" style="margin-top: 2px;" alt="'+i18n("Has attachments")+'" title="'+i18n("Has attachments")+'"/>'; } return ret;