DefaultRowHeight can be reset now.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1616 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
yangjixian
2011-05-07 13:21:51 +00:00
parent bfea1f5a6c
commit 2c9d008c28

View File

@ -510,7 +510,7 @@ type
property Constraints; property Constraints;
property DataSource; property DataSource;
property DefaultDrawing; property DefaultDrawing;
property DefaultRowHeight stored IsDefaultRowHeightStored default 18 ; property DefaultRowHeight; // stored IsDefaultRowHeightStored;
property DragCursor; property DragCursor;
property DragKind; property DragKind;
property DragMode; property DragMode;