Index: Core/Components/src/Core.Components.OxyPlot.Forms/StackChartControl.cs =================================================================== diff -u -r5646b89f689d77c4e15694381f6dd1bd14cbb8c1 -r605c8d2b21b073e783a46ca6d0cf2393def8620c --- Core/Components/src/Core.Components.OxyPlot.Forms/StackChartControl.cs (.../StackChartControl.cs) (revision 5646b89f689d77c4e15694381f6dd1bd14cbb8c1) +++ Core/Components/src/Core.Components.OxyPlot.Forms/StackChartControl.cs (.../StackChartControl.cs) (revision 605c8d2b21b073e783a46ca6d0cf2393def8620c) @@ -44,8 +44,6 @@ /// public StackChartControl() { - MinimumSize = new Size(200, 200); - plotView = new CategoryPlotView { BackColor = Color.White, Index: Core/Components/test/Core.Components.OxyPlot.Forms.Test/StackChartControlTest.cs =================================================================== diff -u -r5646b89f689d77c4e15694381f6dd1bd14cbb8c1 -r605c8d2b21b073e783a46ca6d0cf2393def8620c --- Core/Components/test/Core.Components.OxyPlot.Forms.Test/StackChartControlTest.cs (.../StackChartControlTest.cs) (revision 5646b89f689d77c4e15694381f6dd1bd14cbb8c1) +++ Core/Components/test/Core.Components.OxyPlot.Forms.Test/StackChartControlTest.cs (.../StackChartControlTest.cs) (revision 605c8d2b21b073e783a46ca6d0cf2393def8620c) @@ -50,9 +50,6 @@ CategoryPlotView plotView = chart.Controls.OfType().Single(); Assert.AreEqual(Color.White, plotView.BackColor); Assert.IsTrue(plotView.Model.IsLegendVisible); - - Assert.AreEqual(200, chart.MinimumSize.Width); - Assert.AreEqual(200, chart.MinimumSize.Height); } [Test] Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs =================================================================== diff -u -r5514a08de8ea4dae19d6495b41e0817d3f5ef95b -r605c8d2b21b073e783a46ca6d0cf2393def8620c --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs (.../IllustrationPointsControl.Designer.cs) (revision 5514a08de8ea4dae19d6495b41e0817d3f5ef95b) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsControl.Designer.cs (.../IllustrationPointsControl.Designer.cs) (revision 605c8d2b21b073e783a46ca6d0cf2393def8620c) @@ -71,8 +71,6 @@ // // splitContainer.Panel1 // - this.splitContainer.Panel1.AutoScroll = true; - this.splitContainer.Panel1.AutoScrollMinSize = new System.Drawing.Size(0, 230); this.splitContainer.Panel1.Controls.Add(this.illustrationPointsChartControl); // // splitContainer.Panel2 Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs =================================================================== diff -u -rbded3d9785e0e9f3099a2f9feed9561a33e54f43 -r605c8d2b21b073e783a46ca6d0cf2393def8620c --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs (.../LocationsView.Designer.cs) (revision bded3d9785e0e9f3099a2f9feed9561a33e54f43) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs (.../LocationsView.Designer.cs) (revision 605c8d2b21b073e783a46ca6d0cf2393def8620c) @@ -140,14 +140,12 @@ // splitContainer.Panel1 // this.splitContainer.Panel1.AutoScroll = true; - this.splitContainer.Panel1.AutoScrollMinSize = new System.Drawing.Size(613, 0); + this.splitContainer.Panel1.AutoScrollMinSize = new System.Drawing.Size(535, 0); this.splitContainer.Panel1.Controls.Add(this.dataGridViewControl); this.splitContainer.Panel1.Controls.Add(this.ButtonGroupBox); // // splitContainer.Panel2 // - this.splitContainer.Panel2.AutoScroll = true; - this.splitContainer.Panel2.AutoScrollMinSize = new System.Drawing.Size(470, 0); this.splitContainer.Panel2.Controls.Add(this.illustrationPointsControl); // // illustrationPointsControl