* Make listbox in window list one column smaller.

git-svn-id: trunk@3433 -
This commit is contained in:
daniel 2006-05-06 17:36:24 +00:00
parent 3aa3fdcf28
commit 9f249e2bb0

View File

@ -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));