Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs =================================================================== diff -u -rb0dc46315e824778c8f43d8956f958376a3b802f -r60a332bf77395113bfceb050c21eed6b9bbf304f --- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs (.../AssemblyResultWithProbabilityControl.Designer.cs) (revision b0dc46315e824778c8f43d8956f958376a3b802f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs (.../AssemblyResultWithProbabilityControl.Designer.cs) (revision 60a332bf77395113bfceb050c21eed6b9bbf304f) @@ -77,6 +77,7 @@ this.ProbabilityLabel.Margin = new System.Windows.Forms.Padding(3); this.ProbabilityLabel.MinimumSize = new System.Drawing.Size(50, 2); this.ProbabilityLabel.Name = "ProbabilityLabel"; + this.ProbabilityLabel.BackColor = System.Drawing.Color.White; this.ProbabilityLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0); this.ProbabilityLabel.Size = new System.Drawing.Size(50, 790); this.ProbabilityLabel.TabIndex = 0; Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/AssemblyResultWithProbabilityControlTest.cs =================================================================== diff -u -rce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f -r60a332bf77395113bfceb050c21eed6b9bbf304f --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/AssemblyResultWithProbabilityControlTest.cs (.../AssemblyResultWithProbabilityControlTest.cs) (revision ce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/AssemblyResultWithProbabilityControlTest.cs (.../AssemblyResultWithProbabilityControlTest.cs) (revision 60a332bf77395113bfceb050c21eed6b9bbf304f) @@ -65,6 +65,7 @@ Assert.IsTrue(probabilityLabel.AutoSize); Assert.AreEqual(DockStyle.Left, probabilityLabel.Dock); Assert.AreEqual(new Padding(5, 0, 5, 0), probabilityLabel.Padding); + Assert.AreEqual(Color.White, probabilityLabel.BackColor); } [Test]