From 27f60c4944edc02ca094bf935a78d760dd525c9e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Jun 2015 13:13:16 +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 a3f5d20..7237cbd 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -283,7 +283,7 @@ "xtype" : "ColumnModel", "sortable" : true, "header" : "Method", - "width" : 200, + "width" : 100, "$ renderer" : "function(v,x,r) \n{ \n var vv = (typeof(r.data.evtype_align) != 'undefined' && r.data.evtype_align) ? r.data.evtype_align : v;\n return String.format('{1}', v, vv ); \n}", "$ xns" : "Roo.grid", "* prop" : "colModel[]", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 6ded2c1..07ff889 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -533,7 +533,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ return String.format('{1}', v, vv ); }, sortable : true, - width : 200, + width : 100, xns : Roo.grid, xtype : 'ColumnModel' }, -- 2.39.2