mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:13:46 +02:00
Cocoa/TabControl: fine-tune the delta value of Bottom, tabs can be shown completely when TabPosition:=tpBottom
This commit is contained in:
parent
924eaadc04
commit
1aaba956ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user