Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs =================================================================== diff -u -rce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f -rb0dc46315e824778c8f43d8956f958376a3b802f --- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs (.../AssemblyResultWithProbabilityControl.Designer.cs) (revision ce7c1e5c5a8aec0020b1ef5cf50bf3c20d3d4c2f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultWithProbabilityControl.Designer.cs (.../AssemblyResultWithProbabilityControl.Designer.cs) (revision b0dc46315e824778c8f43d8956f958376a3b802f) @@ -63,9 +63,9 @@ this.probabilityPanel.Dock = System.Windows.Forms.DockStyle.Left; this.probabilityPanel.Location = new System.Drawing.Point(56, 0); this.probabilityPanel.Name = "probabilityPanel"; + this.probabilityPanel.AutoSize = true; this.probabilityPanel.RowCount = 1; this.probabilityPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.probabilityPanel.Size = new System.Drawing.Size(200, 796); this.probabilityPanel.TabIndex = 1; // // ProbabilityLabel @@ -88,7 +88,6 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.probabilityPanel); this.Name = "FailureMechanismAssemblyControl"; - this.Size = new System.Drawing.Size(256, 796); this.Controls.SetChildIndex(this.probabilityPanel, 0); ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider)).EndInit(); this.probabilityPanel.ResumeLayout(false);