[lazarus] Resizing the "Object Inspector" window

Marc Weustink marc at dommelstein.net
Thu Oct 30 18:02:19 EST 2003


At 21:13 30-10-2003, Micha Nelissen wrote:
>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.

Indeed, but...

I think we should change it back after we have a way to minimize all 
windows when the mainbar is minimized. On linux you could minimize every 
window exept the object inspector.... Very annoying

Marc






More information about the Lazarus mailing list