From 54ea24f5ba032bbe4ffc205f608de3649e3cf24a Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 11 Apr 2017 20:59:17 -0300 Subject: [PATCH] UI fix --- app/view/add/Add.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/add/Add.js b/app/view/add/Add.js index ce37450a..2c17f253 100644 --- a/app/view/add/Add.js +++ b/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' } }