From 167189ab8cefb37621d575f472fb9e04486b94e5 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 7 Oct 2020 21:00:14 +0000 Subject: [PATCH] LazStats: AutoSize the Compute button. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7752 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../source/forms/misc/basicstatsparamsformunit.lfm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applications/lazstats/source/forms/misc/basicstatsparamsformunit.lfm b/applications/lazstats/source/forms/misc/basicstatsparamsformunit.lfm index 657084798..5117ca681 100644 --- a/applications/lazstats/source/forms/misc/basicstatsparamsformunit.lfm +++ b/applications/lazstats/source/forms/misc/basicstatsparamsformunit.lfm @@ -38,11 +38,12 @@ inherited BasicStatsParamsForm: TBasicStatsParamsForm object ComputeBtn: TButton AnchorSideTop.Control = CloseBtn AnchorSideRight.Control = CloseBtn - Left = 153 + Left = 152 Height = 25 Top = 418 - Width = 75 + Width = 76 Anchors = [akTop, akRight] + AutoSize = True BorderSpacing.Left = 8 BorderSpacing.Right = 8 Caption = 'Compute' @@ -51,7 +52,7 @@ inherited BasicStatsParamsForm: TBasicStatsParamsForm object ResetBtn: TButton AnchorSideTop.Control = CloseBtn AnchorSideRight.Control = ComputeBtn - Left = 91 + Left = 90 Height = 25 Top = 418 Width = 54 @@ -65,7 +66,7 @@ inherited BasicStatsParamsForm: TBasicStatsParamsForm object HelpBtn: TButton AnchorSideTop.Control = CloseBtn AnchorSideRight.Control = ResetBtn - Left = 32 + Left = 31 Height = 25 Top = 418 Width = 51