fixed default message window position

git-svn-id: trunk@9880 -
This commit is contained in:
mattias 2006-09-13 00:00:20 +00:00
parent 7078bd55af
commit 557f84ff7e

View File

@ -12271,10 +12271,10 @@ begin
nmiwPkgGraphExplorer:
ALayout.Form.SetBounds(250,150,500,350);
nmiwProjectInspector:
ALayout.Form.SetBounds(210,150,400,300);
ALayout.Form.SetBounds(200,150,400,300);
nmiwMessagesViewName:
begin
ALayout.Form.SetBounds(260,SourceNotebook.Top+SourceNotebook.Height+30,
ALayout.Form.SetBounds(250,SourceNotebook.Top+SourceNotebook.Height+30,
Max(50,Screen.Width-300),80);
end;
else