ide: set bsSizeToolWin to Object Inspector window

git-svn-id: trunk@28627 -
This commit is contained in:
paul 2010-12-05 12:45:36 +00:00
parent e454608274
commit fe9caf05b9
2 changed files with 1 additions and 1 deletions

View File

@ -1905,7 +1905,6 @@ begin
ObjectInspector1 := TObjectInspectorDlg.Create(OwningComponent);
ObjectInspector1.Name:=DefaultObjectInspectorName;
ObjectInspector1.BorderStyle:=bsSizeable;
ObjectInspector1.ShowFavorites:=True;
ObjectInspector1.ShowRestricted:=True;
ObjectInspector1.Favourites:=LoadOIFavouriteProperties;

View File

@ -3,6 +3,7 @@ object ObjectInspectorDlg: TObjectInspectorDlg
Height = 669
Top = 175
Width = 275
BorderStyle = bsSizeToolWin
Caption = 'ObjectInspectorDlg'
ClientHeight = 669
ClientWidth = 275