mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Button panel alignment on "Columns" page
This commit is contained in:
parent
3a15fe235b
commit
70b4ff1c11
1 changed files with 4 additions and 1 deletions
|
|
@ -2428,11 +2428,14 @@ object frmOptions: TfrmOptions
|
|||
TopIndex = -1
|
||||
end
|
||||
object pnlButtons: TPanel
|
||||
AnchorSideBottom.Control = pgColumns
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 46
|
||||
Top = 563
|
||||
Top = 454
|
||||
Width = 798
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
BorderSpacing.Bottom = 6
|
||||
ClientHeight = 46
|
||||
ClientWidth = 798
|
||||
TabOrder = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue