diff --git a/doceditor/pgeditor.pp b/doceditor/pgeditor.pp index 602be87ce2..6be1e31cef 100644 --- a/doceditor/pgeditor.pp +++ b/doceditor/pgeditor.pp @@ -148,6 +148,7 @@ begin FSplitter:=TSplitter.Create(Self); FSPlitter.Parent:=Self; FSplitter.Align:=alLeft; + FSplitter.Left:=1; FSplitter.Width:=5; FElement:=TElementEditor.Create(Self); diff --git a/doceditor/pkeditor.pp b/doceditor/pkeditor.pp index 1952ed2cba..241e456b0d 100644 --- a/doceditor/pkeditor.pp +++ b/doceditor/pkeditor.pp @@ -271,6 +271,7 @@ Constructor TPackageEditor.Create(AOwner : TComponent); begin Inherited; + Width:=300; FImageList := TImageList.Create(Self); Fimagelist.AddLazarusResource('node_new'); // ImgIndxNew Fimagelist.AddLazarusResource('node_edit'); // ImgIndxEdited