added 5 space for TRadioGroup and TCheckGroup

git-svn-id: trunk@8640 -
This commit is contained in:
mattias 2006-01-27 21:58:16 +00:00
parent da5881ed7f
commit 4672fc5ab0
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ begin
ChildSizing.ShrinkVertical:=crsScaleChilds;
ChildSizing.EnlargeHorizontal:=crsHomogenousChildResize;
ChildSizing.EnlargeVertical:=crsHomogenousChildResize;
ChildSizing.LeftRightSpacing:=5;
ChildSizing.TopBottomSpacing:=5;
SetInitialBounds(0,0,150,100);
end;

View File

@ -49,6 +49,8 @@ begin
ChildSizing.ShrinkVertical:=crsScaleChilds;
ChildSizing.EnlargeHorizontal:=crsHomogenousChildResize;
ChildSizing.EnlargeVertical:=crsHomogenousChildResize;
ChildSizing.LeftRightSpacing:=5;
ChildSizing.TopBottomSpacing:=5;
SetInitialBounds(0,0,150,100);
TabStop := True;
end;