Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 09:07:51 +0000 (17:07 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 09:07:51 +0000 (17:07 +0800)
Pman.Tab.AdminWatches.js

Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js

index 5b96814..e52d7a0 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "event",
                             "header": "Watch Event",
-                            "width": 100,
+                            "width": 150,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"
index 7e573d9..c66cc2a 100644 (file)
@@ -320,7 +320,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'event',
                         header : 'Watch Event',
-                        width : 100,
+                        width : 150,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {