From 4d2325747b5a8ebad8ffb24b66ebb5df384326cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Mar 2011 09:37:01 +0800 Subject: [PATCH] Roo/grid/Grid.js --- Roo/grid/Grid.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 48a5bba0bf..1c457e8eee 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -321,12 +321,12 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {String} ddGroup - drag drop group. */ - /** - * @cfg {Number} minColumnWidth The minimum width a column can be resized to. Default is 25. + /** + * @cfg {Number} minColumnWidth The minimum width a column can be resized to. Default is 25. */ minColumnWidth : 25, - /** + /** * @cfg {Boolean} autoSizeColumns True to automatically resize the columns to fit their content * on initial render. It is more efficient to explicitly size the columns * through the ColumnModel's {@link Roo.grid.ColumnModel#width} config option. Default is false. -- 2.39.2