partkeepr

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

commit 47b15224aaa6724ac14bf5da6638fac602bb307c
parent 6cd71549e87fc2ad3bca24c5f81008bcf17882a2
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 14 Nov 2015 15:45:01 +0100

Decrease comment field height, fixes #466

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js @@ -20,7 +20,7 @@ Ext.define('PartKeepr.PartEditor', { initComponent: function () { // Defines the overall height of all fields, used to calculate the anchoring for the description field - var overallHeight = (this.partMode == "create") ? '-290' : '-235'; + var overallHeight = (this.partMode == "create") ? '-300' : '-245'; this.nameField = Ext.create("Ext.form.field.Text", { name: 'name',