mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 09:39:16 +02:00
lhelp: Put splitter initially to the right place.
git-svn-id: trunk@31991 -
This commit is contained in:
parent
b977cfdea6
commit
95796bbe75
@ -1247,7 +1247,7 @@ begin
|
||||
fSplitter := TSplitter.Create(Parent);
|
||||
with fSplitter do begin
|
||||
//Align := alLeft;
|
||||
|
||||
Left := 1;
|
||||
AnchorSide[akLeft].Control := fTabsControl;
|
||||
AnchorSide[akLeft].Side:= asrRight;
|
||||
AnchorSide[akRight].Control := fHtml;
|
||||
|
Loading…
Reference in New Issue
Block a user