You've already forked lazarus-ccr
LazStats: AutoSize the Compute button.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7752 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user