mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* Make listbox in window list one column smaller.
git-svn-id: trunk@3433 -
This commit is contained in:
parent
3aa3fdcf28
commit
9f249e2bb0
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user