[lazarus] Resizing the "Object Inspector" window
Micha Nelissen
M.Nelissen at student.tue.nl
Thu Oct 30 16:44:01 EST 2003
George Patterson wrote:
>>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;
SizeToolWin is already a resizable window, and on win32 at least, the
object inspector was resizable. The 'ToolWin' indicates a smaller window
caption, which is a common win32 feature for tool windows.
Micha.
More information about the Lazarus
mailing list