Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:13:43 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:13:43 +0000 (14:13 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index e0de878..2319560 100644 (file)
                                     "*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",
index cf31e92..fb12481 100644 (file)
@@ -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); 
                                 },