From: Edward Date: Wed, 11 Feb 2015 05:58:31 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=315a8d0cd6341863f2eab2ea895f0b0b0d04b423 Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 971c656..04d8782 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -167,7 +167,7 @@ "xtype" : "ColumnModel", "sortable" : true, "header" : "Method", - "width" : 100, + "width" : 200, "$ 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('{0}', vv ); \n}", "$ xns" : "Roo.grid", "* prop" : "colModel[]", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 383cbb0..c4763e4 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -353,7 +353,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ xtype : 'ColumnModel', sortable : true, header : 'Method', - width : 100, + width : 200, renderer : function(v,x,r) { var vv = (typeof(r.data.evtype_align) != 'undefined' && r.data.evtype_align) ? r.data.evtype_align : v;