mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Controls autosize
This commit is contained in:
parent
7c73897c15
commit
d8725969ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue