partkeepr

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

commit 0844f2114d1053b6d768397bdf3a095552dfea08
parent bad9d1e8c897a38147557b216600942e6981cf86
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Dec 2011 13:58:22 +0100

No need to specify the grid width

Diffstat:
Msrc/frontend/js/Components/Project/ProjectEditor.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/Project/ProjectEditor.js b/src/frontend/js/Components/Project/ProjectEditor.js @@ -62,7 +62,6 @@ Ext.define('PartKeepr.ProjectEditor', { }); this.attachmentGrid = Ext.create("PartKeepr.ProjectAttachmentGrid", { - width: '100%', border: true });