partkeepr

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

commit 5e5ffe73895b4c1d99ba0cf1750951218c4964bc
parent 0758f81ce41ba2d0c862b2b78040cf803ea3cd10
Author: felicitus <felicitus@felicitus.org>
Date:   Fri,  6 Jul 2012 00:32:53 +0200

Fixed name field width in storage locations

Diffstat:
Msrc/frontend/js/Components/StorageLocation/StorageLocationEditor.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js b/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js @@ -56,6 +56,7 @@ Ext.define('PartKeepr.StorageLocationEditor', { items: [{ xtype: 'textfield', name: 'name', + anchor: '100%', labelWidth: 110, fieldLabel: i18n("Storage Location") },