mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 09:20:48 +02:00
lcl: set default pushbuttonsize as 75x23 instead of 75x25
git-svn-id: trunk@20535 -
This commit is contained in:
parent
885c4849a4
commit
52202a4550
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user