Index: src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs =================================================================== diff -u -r879 -r955 --- src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs (.../BoringControlTests.cs) (revision 879) +++ src/Deltares.DSoilModel.Forms.Tests/BoringControlTests.cs (.../BoringControlTests.cs) (revision 955) @@ -42,7 +42,7 @@ TestLabelControlVisibleValue(PropertyControl, "DescriptionLabel", true, "Beschrijving"); TestTextEditVisibleEnabledValue(PropertyControl, "DescriptionEdit", true, true, boring, b => b.Description, "NewDescription"); - TestGridVisibleEnabledSize(PropertyControl, "BoringValuesGridControl", true, true, 2, 15); + TestGridVisibleEnabledSize(PropertyControl, "BoringValuesGridControl", true, true, 2, 16); } [Test] Index: src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs =================================================================== diff -u -r883 -r955 --- src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs (.../SosSoilProfile1DControlTest.cs) (revision 883) +++ src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs (.../SosSoilProfile1DControlTest.cs) (revision 955) @@ -54,7 +54,7 @@ TestSpinEditVisibleEnabledValue(PropertyControl, "HeightEdit", true, false, profile, p => p.Height); TestLabelControlVisibleValue(PropertyControl, "HeightLabel", true, "Hoogte [m]"); - TestGridVisibleEnabledSize(PropertyControl, "LayersGridControl", true, true, 2, 10); + TestGridVisibleEnabledSize(PropertyControl, "LayersGridControl", true, true, 2, 11); } [Test]