mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:36:14 +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.
|
layout.
|
||||||
}
|
}
|
||||||
|
|
||||||
TSpacingSize = 0..MaxInt;
|
TSpacingSize = Integer;
|
||||||
TControlCellAlign = (
|
TControlCellAlign = (
|
||||||
ccaFill,
|
ccaFill,
|
||||||
ccaLeftTop,
|
ccaLeftTop,
|
||||||
|
Loading…
Reference in New Issue
Block a user