Skip to content

Commit

Permalink
Merge pull request #561 from partkeepr/PartKeepr-559
Browse files Browse the repository at this point in the history
Fix for #559
  • Loading branch information
Timo A. Hummel committed Jan 11, 2016
2 parents 9ba8161 + 9bb37fb commit 3418c69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/setup/js/wizard/BreadCrumbWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ Ext.define('Ext.ux.BreadCrumbWizard', {
layout: 'center',
style: 'background-color: white; padding: 5px;',
items: Ext.create('Ext.Img', {
height: 90,
width: 495,
src: 'images/partkeepr-setup.svg'
}),
height: 90,
width: 495,
src: 'images/partkeepr-setup.svg',
alt: 'PartKeepr'
}),
},
me.breadCrumbContainer,
me.cardContainer,
Expand Down

0 comments on commit 3418c69

Please sign in to comment.