diff --git a/src/ui/Forms/ShotChanges/ImportShotChanges.Designer.cs b/src/ui/Forms/ShotChanges/ImportShotChanges.Designer.cs index 3996bac2d..473f93c83 100644 --- a/src/ui/Forms/ShotChanges/ImportShotChanges.Designer.cs +++ b/src/ui/Forms/ShotChanges/ImportShotChanges.Designer.cs @@ -211,13 +211,14 @@ // // labelThresholdDescription // - this.labelThresholdDescription.AutoSize = true; + this.labelThresholdDescription.AutoEllipsis = true; this.labelThresholdDescription.ForeColor = System.Drawing.SystemColors.ControlDarkDark; - this.labelThresholdDescription.Location = new System.Drawing.Point(120, 385); + this.labelThresholdDescription.Location = new System.Drawing.Point(120, 378); this.labelThresholdDescription.Name = "labelThresholdDescription"; - this.labelThresholdDescription.Size = new System.Drawing.Size(186, 13); + this.labelThresholdDescription.Size = new System.Drawing.Size(223, 26); this.labelThresholdDescription.TabIndex = 5; this.labelThresholdDescription.Text = "Lower value gives more shot changes"; + this.labelThresholdDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // numericUpDownThreshold //