From 00c32b949ddb039ebbd9870ae998d03c3c4bc290 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 6 Jul 2016 13:51:57 -0300 Subject: [PATCH] Related to commit 991459ece9519d19ee54adc5c934a64c874b86c7 --- app/view/main/MainController.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/view/main/MainController.js b/app/view/main/MainController.js index b8e99562..690af35b 100644 --- a/app/view/main/MainController.js +++ b/app/view/main/MainController.js @@ -82,7 +82,7 @@ Ext.define('Rambox.view.main.MainController', { ,style: 'background-color:#93CFE0;color:#053767;' ,tpl: [ '' - ,'{note}' + ,'{note}' ] } ] @@ -245,6 +245,17 @@ Ext.define('Rambox.view.main.MainController', { } ] } + ,{ + xtype: 'container' + ,hidden: record.get('note') === '' + ,data: { note: record.get('note') } + ,margin: '10 0 0 0' + ,style: 'background-color:#93CFE0;color:#053767;' + ,tpl: [ + '' + ,'{note}' + ] + } ] } ]