mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 21:18:01 +02:00
TCustomPannel should use DockManager for delphi compatibility
git-svn-id: trunk@13618 -
This commit is contained in:
parent
31bc903546
commit
6343b3f025
@ -43,6 +43,7 @@ begin
|
||||
Color:=clBtnFace;// clBackground;
|
||||
SetInitialBounds(0,0,GetControlClassDefaultSize.X,GetControlClassDefaultSize.Y);
|
||||
ParentColor := True;
|
||||
UseDockManager := True;
|
||||
end;
|
||||
|
||||
procedure TCustomPanel.SetAlignment(const Value: TAlignment);
|
||||
|
Loading…
Reference in New Issue
Block a user