diff --git a/components/jvcllaz/examples/JvGridFilter/main.lfm b/components/jvcllaz/examples/JvGridFilter/main.lfm index 762bf6665..df1f5b8a1 100644 --- a/components/jvcllaz/examples/JvGridFilter/main.lfm +++ b/components/jvcllaz/examples/JvGridFilter/main.lfm @@ -6,7 +6,7 @@ object Form1: TForm1 Caption = 'JvGridFilter Demo' ClientHeight = 552 ClientWidth = 569 - LCLVersion = '2.1.0.0' + LCLVersion = '2.3.0.0' object StringGrid: TStringGrid AnchorSideLeft.Control = Label2 AnchorSideTop.Control = Label2 @@ -17,9 +17,10 @@ object Form1: TForm1 Left = 8 Height = 467 Top = 46 - Width = 561 + Width = 553 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 8 + BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 ColCount = 4 DefaultColWidth = 200 @@ -336,7 +337,7 @@ object Form1: TForm1 end object JvGridFilter: TJvGridFilter Grid = StringGrid - left = 264 - top = 456 + Left = 264 + Top = 456 end end