Index: src/fileviews/ufileviewwithpanels.pas
===================================================================
--- src/fileviews/ufileviewwithpanels.pas	(revision 4961)
+++ src/fileviews/ufileviewwithpanels.pas	(working copy)
@@ -96,11 +96,13 @@
   pnlFooter.BevelInner := bvNone;
   pnlFooter.BevelOuter := bvNone;
   pnlFooter.AutoSize   := True;
+  // FIX: layout and line
+  // http://doublecmd.sourceforge.net/mantisbt/view.php?id=573
+  pnlFooter.Visible    := False;
 
   lblInfo          := TLabel.Create(pnlFooter);
   lblInfo.Parent   := pnlFooter;
   lblInfo.AutoSize := False;
-  lblInfo.Height   := lblInfo.Canvas.TextHeight('Wg');
   lblInfo.Align    := alClient;
 
   {$IFDEF LCLCARBON}
Index: src/fmain.pas
===================================================================
--- src/fmain.pas	(revision 4961)
+++ src/fmain.pas	(working copy)
@@ -775,6 +775,11 @@
   for I := 0 to pnlKeys.ControlCount - 1 do
     FunctionButtonsCaptions[I].ACaption := pnlKeys.Controls[I].Caption;
 
+  // FIX: layout and line
+  // http://doublecmd.sourceforge.net/mantisbt/view.php?id=573
+  pnlLeftTools.Visible := False;
+  pnlRightTools.Visible := False;
+
   InitPropStorage(Self);
 
   PanelSelected:=fpLeft;
