mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
LCL: Set RadioGroup TopBottomSpacing default to 0. Issue #24553, patch from ocean.
git-svn-id: trunk@41551 -
This commit is contained in:
parent
4699f52f94
commit
324c59bc5d
@ -44,7 +44,7 @@ begin
|
|||||||
ChildSizing.EnlargeHorizontal:=crsHomogenousChildResize;
|
ChildSizing.EnlargeHorizontal:=crsHomogenousChildResize;
|
||||||
ChildSizing.EnlargeVertical:=crsHomogenousChildResize;
|
ChildSizing.EnlargeVertical:=crsHomogenousChildResize;
|
||||||
ChildSizing.LeftRightSpacing:=6;
|
ChildSizing.LeftRightSpacing:=6;
|
||||||
ChildSizing.TopBottomSpacing:=6;
|
ChildSizing.TopBottomSpacing:=0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user