mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Autosize buttons in set file properties form.
This commit is contained in:
parent
145ed7b5ad
commit
5ff6ae99f3
1 changed files with 4 additions and 0 deletions
|
|
@ -22,9 +22,11 @@ object frmSetFileProperties: TfrmSetFileProperties
|
|||
Top = 433
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 10
|
||||
Caption = '&OK'
|
||||
Constraints.MinWidth = 100
|
||||
Default = True
|
||||
Kind = bkOK
|
||||
ModalResult = 1
|
||||
|
|
@ -42,10 +44,12 @@ object frmSetFileProperties: TfrmSetFileProperties
|
|||
Top = 433
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.Bottom = 10
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Constraints.MinWidth = 100
|
||||
Kind = bkCancel
|
||||
ModalResult = 2
|
||||
TabOrder = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue