mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Some interface alignment
This commit is contained in:
parent
e2698b252b
commit
53fb4183ec
1 changed files with 6 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ object frmOptions: TfrmOptions
|
|||
TabOrder = 1
|
||||
object btnOK: TBitBtn
|
||||
AnchorSideRight.Control = btnCancel
|
||||
Left = 340
|
||||
Left = 355
|
||||
Height = 31
|
||||
Top = 5
|
||||
Width = 98
|
||||
|
|
@ -41,7 +41,7 @@ object frmOptions: TfrmOptions
|
|||
end
|
||||
object btnCancel: TBitBtn
|
||||
AnchorSideRight.Control = btnApply
|
||||
Left = 446
|
||||
Left = 461
|
||||
Height = 31
|
||||
Top = 5
|
||||
Width = 98
|
||||
|
|
@ -55,11 +55,14 @@ object frmOptions: TfrmOptions
|
|||
TabOrder = 1
|
||||
end
|
||||
object btnApply: TBitBtn
|
||||
Left = 552
|
||||
AnchorSideRight.Control = Panel1
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 567
|
||||
Height = 31
|
||||
Top = 5
|
||||
Width = 98
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'Apply'
|
||||
NumGlyphs = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue