Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:50 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:50 +0000 (15:24 +0800)
Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js
Pman.Tab.AdminWatches.js

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

index bb6d5ab..c3cbf54 100644 (file)
                             "*prop": "colModel[]",
                             "dataIndex": "person_id",
                             "header": "Who get's notified",
-                            "width": 75,
+                            "width": 150,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
                             "|xns": "Roo.grid"
index 55fb611..c5f69ed 100644 (file)
@@ -285,7 +285,7 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({
                         xns: Roo.grid,
                         dataIndex : 'person_id',
                         header : 'Who get\'s notified',
-                        width : 75,
+                        width : 150,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {