[lazarus] Resizing the "Object Inspector" window
George Patterson
george at visp.com.au
Thu Oct 30 14:12:25 EST 2003
On Fri, 31 Oct 2003 04:31:59 +1030
George Patterson <george at visp.com.au> wrote:
> Could someone modify the source code or suggest a way that I could
> resize the "Object Inspector/Properties" window??
I must have been overtired when I was reading some of the Lazarus code
because I found it now. :-P
> I tried find this myself by grepping for "Object Inspector" but found
> very little. How do you drill down with a problem like this??
>
In the constructor
constructor TObjectInspector.Create(AnOwner: TComponent);
Was the line
BorderStyle:=bsSizeToolWin;
I changed it to
BorderStyle:=bsSizeable;
Can someone commit that to CVS or tell me how I can do it myself.
Thanks
George
More information about the Lazarus
mailing list