From 8b5c04226d32224a603fceffcd16d05822444dc9 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 16 Jan 2023 13:03:54 +0000 Subject: [PATCH] jvcl: Improved layout of gridfilter demo. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8686 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/jvcllaz/examples/JvGridFilter/main.lfm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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