partkeepr

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

commit ebbd1fa4f1789ae72cc2a4afcd2e5ec099892426
parent 0830f17ed95bf3d18bcd857d5dcb89baaffef991
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  7 Sep 2011 05:53:02 +0200

Increased parts list to 10 rows

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

diff --git a/frontend/js/Components/StorageLocation/StorageLocationEditor.js b/frontend/js/Components/StorageLocation/StorageLocationEditor.js @@ -36,7 +36,7 @@ Ext.define('PartKeepr.StorageLocationEditor', { fieldLabel: i18n("Contained Parts"), labelWidth: 110, layout: 'fit', - height: 200, + height: 246, items: this.gridPanel });