lcl: allow negative values for TSpacingSize, allow negative offsets.

git-svn-id: trunk@51931 -
This commit is contained in:
ondrej 2016-03-14 07:26:55 +00:00
parent 4f4d831061
commit 37913b5e66

View File

@ -663,7 +663,7 @@ type
layout.
}
TSpacingSize = 0..MaxInt;
TSpacingSize = Integer;
TControlCellAlign = (
ccaFill,
ccaLeftTop,