Browse Source

UI fix

v0.5.8
Ramiro Saenz 8 years ago
parent
commit
54ea24f5ba
  1. 1
      app/view/add/Add.js

1
app/view/add/Add.js

@ -133,6 +133,7 @@ Ext.define('Rambox.view.add.Add',{
,value: me.record.get('type') === 'custom' ? (me.edit ? me.record.get('logo') : '') : me.record.get('logo')
,allowBlank: true
,hidden: me.record.get('type') !== 'custom'
,labelWidth: 40
,margin: '5 0 0 0'
,listeners: { specialkey: 'onEnter' }
}

Loading…
Cancel
Save