From: Edward Date: Wed, 11 Feb 2015 05:58:42 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=4fec6ee7fe9ab6b2235997c718a5866b51a64012 Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 04d8782..86a525c 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -177,7 +177,7 @@ "xtype" : "ColumnModel", "sortable" : true, "header" : "Act when", - "width" : 100, + "width" : 150, "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index c4763e4..34c6927 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -367,7 +367,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ xtype : 'ColumnModel', sortable : true, header : 'Act when', - width : 100, + width : 150, renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }, xns : Roo.grid, dataIndex : 'act_when'