mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: adjust vert alignment type in FileView in Lazarus 4.99
This commit is contained in:
parent
617493ec78
commit
10a51f880a
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ begin
|
|||
edtRename.TabStop := False;
|
||||
edtRename.AutoSize := False;
|
||||
{$IFDEF LCL_VER_499}
|
||||
edtRename.Edit.VerticalAlignment:= taVerticalCenter;
|
||||
edtRename.Edit.VerticalAlignment:= tlCenter;
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLWIN32}
|
||||
edtRename.onKeyDown:=@edtRenameKeyDown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue