mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: in the FileViewHeader, the PathEdit will be in the wrong position when the address is visible
This commit is contained in:
parent
3fabe6aef5
commit
b05b79bc9a
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ begin
|
|||
|
||||
FPathEdit:= TKASPathEdit.Create(FPathLabel);
|
||||
FPathEdit.Parent:= Self;
|
||||
FPathEdit.Align:= alCustom;
|
||||
FPathEdit.AutoSize:= False;
|
||||
FPathEdit.Visible:= False;
|
||||
FPathEdit.TabStop:= False;
|
||||
FPathEdit.BorderStyle:= bsNone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue