From 557f84ff7ea9ddc7aecc1ef74b27af86e03ba2ca Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 13 Sep 2006 00:00:20 +0000 Subject: [PATCH] fixed default message window position git-svn-id: trunk@9880 - --- ide/main.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/main.pp b/ide/main.pp index b47a1cbe5b..0f109edb46 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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