Ext.define('Pandora.view.SongInfo', { extend: 'Ext.panel.Panel', alias: 'widget.songinfo', border: false, tpl: '
{description}
', initComponent: function() { this.dockedItems = [{ xtype: 'container', layout: { type: 'hbox', align: 'middle', pack: 'end' }, height: 100, items: [{ xtype: 'component', width: 200, itemId: 'songdescription', tpl: '