FIX: Controls autosize

This commit is contained in:
Alexander Koblov 2022-09-03 12:42:44 +03:00
commit d8725969ff

View file

@ -215,7 +215,6 @@ inherited frmOptionsFilesViews: TfrmOptionsFilesViews
Top = 31
Width = 379
Anchors = [akTop, akLeft, akRight]
AutoSize = False
BorderSpacing.Left = 10
DropDownCount = 12
ItemHeight = 15
@ -511,6 +510,7 @@ inherited frmOptionsFilesViews: TfrmOptionsFilesViews
Top = 317
Width = 628
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Personalized abbreviations to use:'
ChildSizing.LeftRightSpacing = 12
@ -670,4 +670,4 @@ inherited frmOptionsFilesViews: TfrmOptionsFilesViews
ParentColor = False
end
end
end
end