diff --git a/source/Lazarus-GUI/EELS.lps b/source/Lazarus-GUI/EELS.lps
index 19d1d0c1dbbd8c6e5da8fcfdf3ec36b3aa66fbcc..5269db0c348a4a6bc7578864dfdf36733dd6ca44 100644
--- a/source/Lazarus-GUI/EELS.lps
+++ b/source/Lazarus-GUI/EELS.lps
@@ -16,8 +16,10 @@
         <ComponentName Value="MainForm"/>
         <HasResources Value="True"/>
         <ResourceBaseClass Value="Form"/>
+        <IsVisibleTab Value="True"/>
         <EditorIndex Value="1"/>
-        <CursorPos X="25" Y="10"/>
+        <TopLine Value="352"/>
+        <CursorPos X="64" Y="335"/>
         <UsageCount Value="202"/>
         <Loaded Value="True"/>
         <LoadedDesigner Value="True"/>
@@ -64,7 +66,6 @@
         <ComponentName Value="DiagrammForm"/>
         <HasResources Value="True"/>
         <ResourceBaseClass Value="Form"/>
-        <IsVisibleTab Value="True"/>
         <EditorIndex Value="2"/>
         <TopLine Value="22"/>
         <CursorPos X="28" Y="46"/>
diff --git a/source/Lazarus-GUI/UMainForm.pas b/source/Lazarus-GUI/UMainForm.pas
index bb50768d0b8d741147f2b12c656485ecd624970c..0d2d16b2088136bf218de87d88025bf1cbf258b0 100644
--- a/source/Lazarus-GUI/UMainForm.pas
+++ b/source/Lazarus-GUI/UMainForm.pas
@@ -188,7 +188,7 @@ begin
   Layergroup[0].OsciStringGrid.FixedCols := 0;
   Layergroup[0].OsciStringGrid.Options := [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll];
   Layergroup[0].OsciStringGrid.RowCount := 4;
-  Layergroup[0].OsciStringGrid.FixedRows := 2;
+  Layergroup[0].OsciStringGrid.FixedRows := 1;
   Layergroup[0].OsciStringGrid.ScrollBars := ssVertical;
   Layergroup[0].OsciStringGrid.Rows[0].add('frequ.');
   Layergroup[0].OsciStringGrid.Rows[0].add('q');
@@ -335,7 +335,7 @@ begin
   Layergroup[NumberOfLayers - 1].OsciStringGrid.FixedCols := 0;
   Layergroup[NumberOfLayers - 1].OsciStringGrid.Options := [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll];
   Layergroup[NumberOfLayers - 1].OsciStringGrid.RowCount := 2;
-  Layergroup[NumberOfLayers - 1].OsciStringGrid.FixedRows := 2;
+  Layergroup[NumberOfLayers - 1].OsciStringGrid.FixedRows := 1;
   Layergroup[NumberOfLayers - 1].OsciStringGrid.ScrollBars := ssVertical;
   Layergroup[NumberOfLayers - 1].OsciStringGrid.Rows[0].add('frequ.');
   Layergroup[NumberOfLayers - 1].OsciStringGrid.Rows[0].add('q');