lcl: set default pushbuttonsize as 75x23 instead of 75x25

git-svn-id: trunk@20535 -
This commit is contained in:
paul 2009-06-09 03:10:41 +00:00
parent 885c4849a4
commit 52202a4550

View File

@ -1777,7 +1777,7 @@ begin
Result := Size(13, 13)
else
if Details.Part = BP_PUSHBUTTON then
Result := Size(75, 25);
Result := Size(75, 23);
teRebar:
if Details.Part = RP_GRIPPER then
Result.cy := 30