From: Alan Knowles Date: Wed, 14 Nov 2012 06:13:43 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=39afe39f13928e89104f466d7035940f369bfec8 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index e0de878f..2319560c 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -114,7 +114,7 @@ "*prop": "colModel[]", "dataIndex": "method_id", "header": "Type", - "width": 75, + "width": 120, "xtype": "ColumnModel", "|renderer": "function(v,x,r) {\n return String.format('{0}', r.data.method_id_display_name); \n}", "|xns": "Roo.grid", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index cf31e925..fb124819 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -284,7 +284,7 @@ Pman.Dialog.CoreNotifyRecur = { xns: Roo.grid, dataIndex : 'method_id', header : 'Type', - width : 75, + width : 120, renderer : function(v,x,r) { return String.format('{0}', r.data.method_id_display_name); },