Browse Source

* fixed vector window size

git-svn-id: trunk@3602 -
florian 19 years ago
parent
commit
eb70381970
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpregs.pas

+ 1 - 1
ide/fpregs.pas

@@ -1499,7 +1499,7 @@ Const
        Desktop^.GetExtent(R);
        Desktop^.GetExtent(R);
 {$ifdef cpui386}
 {$ifdef cpui386}
        R.A.X:=R.B.X-60;
        R.A.X:=R.B.X-60;
-       R.B.Y:=R.A.Y+19;
+       R.B.Y:=R.A.Y+20;
 {$endif cpui386}
 {$endif cpui386}
 {$ifdef cpum68k}
 {$ifdef cpum68k}
        R.A.X:=R.B.X-60;
        R.A.X:=R.B.X-60;