mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:50:39 +02:00
ide: set bsSizeToolWin to Object Inspector window
git-svn-id: trunk@28627 -
This commit is contained in:
parent
e454608274
commit
fe9caf05b9
@ -1905,7 +1905,6 @@ begin
|
||||
|
||||
ObjectInspector1 := TObjectInspectorDlg.Create(OwningComponent);
|
||||
ObjectInspector1.Name:=DefaultObjectInspectorName;
|
||||
ObjectInspector1.BorderStyle:=bsSizeable;
|
||||
ObjectInspector1.ShowFavorites:=True;
|
||||
ObjectInspector1.ShowRestricted:=True;
|
||||
ObjectInspector1.Favourites:=LoadOIFavouriteProperties;
|
||||
|
@ -3,6 +3,7 @@ object ObjectInspectorDlg: TObjectInspectorDlg
|
||||
Height = 669
|
||||
Top = 175
|
||||
Width = 275
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'ObjectInspectorDlg'
|
||||
ClientHeight = 669
|
||||
ClientWidth = 275
|
||||
|
Loading…
Reference in New Issue
Block a user