mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
lcl: allow negative values for TSpacingSize, allow negative offsets.
git-svn-id: trunk@51931 -
This commit is contained in:
parent
4f4d831061
commit
37913b5e66
@ -663,7 +663,7 @@ type
|
||||
layout.
|
||||
}
|
||||
|
||||
TSpacingSize = 0..MaxInt;
|
||||
TSpacingSize = Integer;
|
||||
TControlCellAlign = (
|
||||
ccaFill,
|
||||
ccaLeftTop,
|
||||
|
Loading…
Reference in New Issue
Block a user