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

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

index 2f08fac..638a219 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "medium",
                             "header": "What happens",
-                            "width": 200,
+                            "width": 300,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"
index 62f3091..f52e88a 100644 (file)
@@ -358,7 +358,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
                         xns: Roo.grid,
                         dataIndex : 'medium',
                         header : 'What happens',
-                        width : 200,
+                        width : 300,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {