Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsChartControl.Designer.cs =================================================================== diff -u -ra2a3022ca8b69a87b4afde3727ebc035f132978f -r5514a08de8ea4dae19d6495b41e0817d3f5ef95b --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsChartControl.Designer.cs (.../IllustrationPointsChartControl.Designer.cs) (revision a2a3022ca8b69a87b4afde3727ebc035f132978f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsChartControl.Designer.cs (.../IllustrationPointsChartControl.Designer.cs) (revision 5514a08de8ea4dae19d6495b41e0817d3f5ef95b) @@ -19,6 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System.Windows.Forms; + namespace Ringtoets.Common.Forms.Views { partial class IllustrationPointsChartControl @@ -65,6 +67,7 @@ // // IllustrationPointsChartControl // + this.BorderStyle = BorderStyle.FixedSingle; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.stackChartControl);