partkeepr

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

commit 7468d231d5ef63908aff3477df3af5735a1d1599
parent 47b15224aaa6724ac14bf5da6638fac602bb307c
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 14 Nov 2015 15:49:26 +0100

Increased label with for measurement unit

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

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 @@ -115,6 +115,7 @@ Ext.define('PartKeepr.PartEditor', { }, { xtype: 'PartUnitComboBox', fieldLabel: i18n("Measurement Unit"), + labelWidth: 120, columnWidth: 0.5, returnObject: true, name: 'partUnit'