From e8f3ec64b161b586e3f5539f1e4344461ddab645 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Fri, 23 Dec 2022 10:44:43 +0000 Subject: [PATCH] mbColorLib: Fix minor layout issue in fulldemo. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8660 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/mbColorLib/examples/fulldemo/main.lfm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/mbColorLib/examples/fulldemo/main.lfm b/components/mbColorLib/examples/fulldemo/main.lfm index fb0a51336..4dfdde688 100644 --- a/components/mbColorLib/examples/fulldemo/main.lfm +++ b/components/mbColorLib/examples/fulldemo/main.lfm @@ -9,7 +9,6 @@ object Form1: TForm1 Font.Color = clWindowText OnCreate = FormCreate ShowHint = True - LCLVersion = '2.3.0.0' object PageControl1: TPageControl Left = 6 Height = 404 @@ -116,8 +115,8 @@ object Form1: TForm1 AnchorSideTop.Control = CbMarker AnchorSideTop.Side = asrCenter Left = 284 - Height = 20 - Top = 352 + Height = 19 + Top = 353 Width = 99 Anchors = [akTop, akLeft, akBottom] BorderSpacing.Left = 24 @@ -686,7 +685,7 @@ object Form1: TForm1 AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Button5 Left = 237 - Height = 347 + Height = 341 Top = 0 Width = 230 Anchors = [akTop, akLeft, akRight, akBottom] @@ -698,7 +697,7 @@ object Form1: TForm1 AnchorSideRight.Control = Bevel1 AnchorSideBottom.Control = Button5 Left = 0 - Height = 347 + Height = 341 Top = 0 Width = 229 InfoLabelText = 'Color Values:' @@ -719,6 +718,7 @@ object Form1: TForm1 Width = 151 Anchors = [akLeft, akBottom] AutoSize = True + BorderSpacing.Top = 6 BorderSpacing.Bottom = 4 Caption = 'Add colors from palette' OnClick = Button5Click