fix the foundlist preferences dialog

This commit is contained in:
Dark Byte 2021-06-15 18:13:44 +02:00
parent 9210e946cb
commit ea8911e907

View File

@ -71,7 +71,7 @@ object frmFoundlistPreferences: TfrmFoundlistPreferences
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 189 Left = 189
Height = 25 Height = 25
Top = 247 Top = 242
Width = 154 Width = 154
AutoSize = True AutoSize = True
BorderSpacing.Top = 20 BorderSpacing.Top = 20
@ -342,13 +342,12 @@ object frmFoundlistPreferences: TfrmFoundlistPreferences
end end
object cbShowStaticAsStatic: TCheckBox object cbShowStaticAsStatic: TCheckBox
AnchorSideLeft.Control = cbBackground AnchorSideLeft.Control = cbBackground
AnchorSideTop.Control = cbBackground AnchorSideTop.Control = cbCompareTo
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 164 Left = 164
Height = 19 Height = 19
Top = 208 Top = 203
Width = 272 Width = 272
Anchors = [akLeft]
BorderSpacing.Top = 3 BorderSpacing.Top = 3
Caption = 'Show static addresses using their static notation' Caption = 'Show static addresses using their static notation'
Checked = True Checked = True
@ -369,9 +368,12 @@ object frmFoundlistPreferences: TfrmFoundlistPreferences
TabOrder = 6 TabOrder = 6
end end
object Label7: TLabel object Label7: TLabel
AnchorSideLeft.Control = cbBackground
AnchorSideTop.Control = cbBackground
AnchorSideTop.Side = asrBottom
Left = 164 Left = 164
Height = 15 Height = 15
Top = 168 Top = 162
Width = 139 Width = 139
Caption = '''Compare To'' header color' Caption = '''Compare To'' header color'
ParentColor = False ParentColor = False
@ -380,11 +382,14 @@ object frmFoundlistPreferences: TfrmFoundlistPreferences
AnchorSideLeft.Control = Label7 AnchorSideLeft.Control = Label7
AnchorSideTop.Control = Label7 AnchorSideTop.Control = Label7
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel2
AnchorSideRight.Side = asrBottom
Left = 164 Left = 164
Height = 22 Height = 22
Top = 184 Top = 178
Width = 204 Width = 204
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames] Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
Anchors = [akTop, akLeft, akRight]
AutoSize = False AutoSize = False
BorderSpacing.Top = 1 BorderSpacing.Top = 1
ItemHeight = 16 ItemHeight = 16