partkeepr

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

commit fd7b79d8d1b2a4bca099c5e9f031c2d750b805bb
parent 1fdb1970cf41aba1963c9e3efa080e3594da69c3
Author: Felicia Hummel <felicitus@felicitus.org>
Date:   Sat, 23 Jul 2016 17:58:04 +0200

Merge pull request #690 from partkeepr/PartKeepr-673

Added proper spacings, fixes #673
Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js | 4++++
1 file changed, 4 insertions(+), 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 @@ -89,6 +89,9 @@ Ext.define('PartKeepr.PartEditor', { name: 'description' }, { layout: 'column', + margin: { + bottom: "0 5px 5px 0" + }, border: false, items: [ { @@ -102,6 +105,7 @@ Ext.define('PartKeepr.PartEditor', { columnWidth: 0.5, minValue: 0 }, { + padding: "0 0 0 5px", xtype: 'PartUnitComboBox', fieldLabel: i18n("Measurement Unit"), labelWidth: 120,