mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +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.EnlargeVertical:=crsHomogenousChildResize;
|
||||
ChildSizing.LeftRightSpacing:=6;
|
||||
ChildSizing.TopBottomSpacing:=6;
|
||||
ChildSizing.TopBottomSpacing:=0;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user