Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs =================================================================== diff -u -r152ba6203dc5ff26a7848b40bac675b3fe5d7f29 -r5514a08de8ea4dae19d6495b41e0817d3f5ef95b --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs (.../IllustrationPointsControl.Designer.cs) (revision 152ba6203dc5ff26a7848b40bac675b3fe5d7f29) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs (.../IllustrationPointsControl.Designer.cs) (revision 5514a08de8ea4dae19d6495b41e0817d3f5ef95b) @@ -60,11 +60,14 @@ // // splitContainer // - this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.None; this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.Location = new System.Drawing.Point(0, 0); this.splitContainer.Name = "splitContainer"; this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; + this.splitContainer.Size = new System.Drawing.Size(150, 150); + this.splitContainer.SplitterDistance = 72; + this.splitContainer.TabIndex = 0; // // splitContainer.Panel1 // @@ -75,9 +78,6 @@ // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.illustrationPointsTableControl); - this.splitContainer.Size = new System.Drawing.Size(150, 150); - this.splitContainer.SplitterDistance = 72; - this.splitContainer.TabIndex = 0; // // illustrationPointsChartControl //