From 4fec6ee7fe9ab6b2235997c718a5866b51a64012 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 13:58:42 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.2