From 423cfc84c62e3f9dfa6b26ed765b6bfc9897cc7f Mon Sep 17 00:00:00 2001 From: jennylee Date: Fri, 18 Jan 2013 12:12:02 -0400 Subject: [PATCH] BUG 10415 No horizontal scrollbar on PM Table. Added horizontal scrollbar on 'PM Table' and now the column title is centered. --- workflow/engine/templates/pmTables/data.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/pmTables/data.js b/workflow/engine/templates/pmTables/data.js index 3b4ada78f..59232f8f2 100755 --- a/workflow/engine/templates/pmTables/data.js +++ b/workflow/engine/templates/pmTables/data.js @@ -130,8 +130,8 @@ Ext.onReady(function(){ id : tableDef.FIELDS[i].FLD_NAME, header : tableDef.FIELDS[i].FLD_DESCRIPTION, dataIndex : tableDef.FIELDS[i].FLD_NAME, - width : 40, - align : 'right', + width : 95, + align : 'center', renderer : columnRenderer }; if (tableDef.FIELDS[i].FLD_AUTO_INCREMENT != 1) { @@ -322,7 +322,7 @@ Ext.onReady(function(){ frame:false, columnLines: false, viewConfig: { - forceFit:true + forceFit:false }, store: store, loadMask: true,