Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs =================================================================== diff -u -rccae9df69627ec799cd3abafedb259f9a4e0fc2f -r5af381553a45abd2c97ed1bdedd0f1bce7d8a792 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs (.../AssemblyResultTotalView.Designer.cs) (revision ccae9df69627ec799cd3abafedb259f9a4e0fc2f) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs (.../AssemblyResultTotalView.Designer.cs) (revision 5af381553a45abd2c97ed1bdedd0f1bce7d8a792) @@ -136,11 +136,12 @@ this.checkBox.Dock = System.Windows.Forms.DockStyle.Bottom; this.checkBox.Location = new System.Drawing.Point(239, 21); this.checkBox.Name = "checkBox"; + this.checkBox.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.checkBox.Size = new System.Drawing.Size(530, 24); this.checkBox.TabIndex = 4; this.checkBox.Text = global::Riskeer.Integration.Forms.Properties.Resources.AssemblyResultTotalView_GrassCoverErosionInwards_and_HeightStructures_correlated; this.checkBox.UseVisualStyleBackColor = true; - this.checkBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged); + this.checkBox.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged); // // AssemblyResultTotalView // Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.cs =================================================================== diff -u -rf67833b5846d7da9be833b0955ae6aa2420363e6 -r5af381553a45abd2c97ed1bdedd0f1bce7d8a792 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision f67833b5846d7da9be833b0955ae6aa2420363e6) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyResultTotalView.cs (.../AssemblyResultTotalView.cs) (revision 5af381553a45abd2c97ed1bdedd0f1bce7d8a792) @@ -76,7 +76,7 @@ InitializeComponent(); - assessmentSectionObserver = new Observer(UpdateUserControls) + assessmentSectionObserver = new Observer(EnableRefreshButton) { Observable = assessmentSection }; @@ -221,7 +221,7 @@ #endregion - private void checkBox_CheckedChanged(object sender, EventArgs e) + private void CheckBox_CheckedChanged(object sender, EventArgs e) { EnableRefreshButton(); AssessmentSection.AreFailureMechanismsCorrelated = checkBox.Checked;