partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit cef890efcdaf12672cea4dd1e548596f1dc4c199
parent 305cf332308f297e0527e1cae8b4504d957f469d
Author: Timo A. Hummel <timo@netraver.de>
Date:   Wed,  8 Jun 2011 22:40:17 +0200

Changed manufacturer logo size to 64x64

Diffstat:
Mfrontend/js/Components/Manufacturer/ManufacturerEditor.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/Components/Manufacturer/ManufacturerEditor.js b/frontend/js/Components/Manufacturer/ManufacturerEditor.js @@ -10,7 +10,7 @@ Ext.define('PartDB2.ManufacturerEditor', { this.tpl = [ '<tpl for=".">', '<div class="thumb-wrap" id="{id}">', - '<div class="thumb"><img src="image.php?type=iclogo&id={id}&w=32&h=32&tmpId={tmp_id}"></div>', + '<div class="thumb"><img src="image.php?type=iclogo&id={id}&w=64&h=64&tmpId={tmp_id}"></div>', '</div>', '</tpl>', '</tpl>',