Skip to content

Commit

Permalink
Update DeclareList.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
albireo77 committed Dec 23, 2024
1 parent 415b13c commit 521cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/DeclareList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ constructor TDeclareList.Create(AParent: TWinControl; ALeft, ATop, AWidth, ADisp

gbBox := TGroupBox.Create(Self);
gbBox.Parent := Self;
gbBox.SetBounds(5, btnChange.BoundsRect.Bottom+4, AWidth-10, 72);
gbBox.SetBounds(5, btnChange.BoundsRect.Bottom+4, AWidth-9, 72);
gbBox.ParentFont := False;
gbBox.ParentBackground := False;
gbBox.Font.Style := [];
Expand Down

0 comments on commit 521cbbd

Please sign in to comment.