mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: ToggleFullscreenConsole under GTK2
This commit is contained in:
parent
2319b83fed
commit
d0458dafac
1 changed files with 1 additions and 1 deletions
|
|
@ -4599,7 +4599,7 @@ end;
|
|||
|
||||
procedure TfrmMain.ToggleFullscreenConsole;
|
||||
begin
|
||||
if nbConsole.Height < (nbConsole.Height + pnlNotebooks.Height) then
|
||||
if nbConsole.Height < (nbConsole.Height + pnlNotebooks.Height - 1) then
|
||||
begin
|
||||
nbConsole.Height := nbConsole.Height + pnlNotebooks.Height;
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue