[lazarus] Resizing the "Object Inspector" window

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Oct 30 14:48:59 EST 2003


On Fri, 31 Oct 2003 05:51:34 +1030
George Patterson <george at visp.com.au> wrote:

> 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

Committed. Thanks for the hint.


Mattias








More information about the Lazarus mailing list