mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't resize file operation dialog on pause/start
This commit is contained in:
parent
527b2f2bb6
commit
5a2c69ece3
1 changed files with 3 additions and 3 deletions
|
|
@ -367,7 +367,7 @@ begin
|
|||
|
||||
lblFileNameFrom.Caption := '';
|
||||
lblFileNameTo.Caption := '';
|
||||
lblEstimated.Caption := '';
|
||||
lblEstimated.Caption := #32;
|
||||
|
||||
Hint := Caption;
|
||||
end;
|
||||
|
|
@ -464,7 +464,7 @@ var
|
|||
sEstimated: String;
|
||||
begin
|
||||
if Operation.State <> fsosRunning then
|
||||
sEstimated := ''
|
||||
sEstimated := #32
|
||||
else
|
||||
begin
|
||||
sEstimated := FormatDateTime('HH:MM:SS', RemainingTime);
|
||||
|
|
@ -642,4 +642,4 @@ end;
|
|||
initialization
|
||||
{$I fFileOpDlg.lrs}
|
||||
|
||||
end.
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue