From 2c9d008c2860b0eb7854a552e80f15351cbca2a4 Mon Sep 17 00:00:00 2001 From: yangjixian Date: Sat, 7 May 2011 13:21:51 +0000 Subject: [PATCH] DefaultRowHeight can be reset now. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1616 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/rxdbgrid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/rxdbgrid.pas b/components/rx/rxdbgrid.pas index c6f747312..69df23c8f 100644 --- a/components/rx/rxdbgrid.pas +++ b/components/rx/rxdbgrid.pas @@ -510,7 +510,7 @@ type property Constraints; property DataSource; property DefaultDrawing; - property DefaultRowHeight stored IsDefaultRowHeightStored default 18 ; + property DefaultRowHeight; // stored IsDefaultRowHeightStored; property DragCursor; property DragKind; property DragMode;