mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Interface aligment
This commit is contained in:
parent
03e7f72fd4
commit
253653d361
1 changed files with 5 additions and 1 deletions
|
|
@ -2669,6 +2669,10 @@ begin
|
|||
nbConsole.Visible:= gTermWindow;
|
||||
Splitter1.Visible:= gTermWindow;
|
||||
pnlCommand.AutoSize:= not gTermWindow;
|
||||
{$IF DEFINED(DARWIN)}
|
||||
if not gTermWindow then
|
||||
pnlCommand.ClientHeight:= Panel1.Height;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
procedure TfrmMain.ToggleFileSystemWatcher;
|
||||
|
|
@ -3465,4 +3469,4 @@ end;
|
|||
|
||||
initialization
|
||||
{$I fmain.lrs}
|
||||
end.
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue