Browse Source

* Make listbox in window list one column smaller.

git-svn-id: trunk@3433 -
daniel 19 years ago
parent
commit
9f249e2bb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpmwnd.inc

+ 1 - 1
ide/fpmwnd.inc

@@ -111,7 +111,7 @@ begin
   HelpCtx:=hcWindowList;
   New(C, Init(20,10));
 
-  GetExtent(R); R.Grow(-2,-2); Inc(R.A.Y); R.B.X:=R.B.X-13;
+  GetExtent(R); R.Grow(-2,-2); Inc(R.A.Y); R.B.X:=R.B.X-14;
   R2.Copy(R); R2.Move(1,0); R2.A.X:=R2.B.X-1;
   New(SB, Init(R2)); Insert(SB);
   New(LB, Init(R, SB));