Cocoa/TabControl: fine-tune the delta value of Bottom, tabs can be shown completely when TabPosition:=tpBottom

This commit is contained in:
rich2014 2023-09-13 22:38:33 +08:00
parent 924eaadc04
commit 1aaba956ad

View File

@ -538,7 +538,7 @@ begin
Result.Right := 0;
end;
else
Result.Bottom := -10;
Result.Bottom := -4;
Result.Top := 6;
Result.Left := 7;
Result.Right := -7;