Skip to content

Commit

Permalink
Merge pull request #690 from partkeepr/PartKeepr-673
Browse files Browse the repository at this point in the history
Added proper spacings, fixes #673
  • Loading branch information
Felicia Hummel authored Jul 23, 2016
2 parents 1fdb197 + 38d166f commit fd7b79d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Ext.define('PartKeepr.PartEditor', {
name: 'description'
}, {
layout: 'column',
margin: {
bottom: "0 5px 5px 0"
},
border: false,
items: [
{
Expand All @@ -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,
Expand Down

0 comments on commit fd7b79d

Please # to comment.