Fix another cut off string on Import shot changes dialog

This commit is contained in:
Martijn van Berkel (Flitskikker) 2023-07-26 20:37:15 +02:00
parent 38ff002c93
commit 755cf627a3

View File

@ -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
//