Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:46:45 +0000 (12:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:46:45 +0000 (12:46 +0800)
Pman.Tab.AdminNotifyRecur.js

Pman.Tab.AdminNotifyRecur.bjs
Pman.Tab.AdminNotifyRecur.js

index ec82c0c..90e550b 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "freq_day",
                             "header": "Freq day",
-                            "width": 100,
+                            "width": 200,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"
index 7cc129e..2769a5a 100644 (file)
@@ -283,7 +283,7 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'freq_day',
                         header : 'Freq day',
-                        width : 100,
+                        width : 200,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {