Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:22:41 +0000 (12:22 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:22:41 +0000 (12:22 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index 47083f7..2ba6be2 100644 (file)
@@ -87,7 +87,7 @@
                                     "*prop": "colModel[]",
                                     "dataIndex": "person_id_name",
                                     "header": "Person name",
-                                    "width": 200,
+                                    "width": 100,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
index 4c66abc..a3c0cd5 100644 (file)
@@ -236,7 +236,7 @@ Pman.Dialog.AdminEventLog = {
                                 xns: Roo.grid,
                                 dataIndex : 'person_id_name',
                                 header : 'Person name',
-                                width : 200,
+                                width : 100,
                                 renderer : function(v) { return String.format('{0}', v); }
                             },
                             {